MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.BooleanInternalParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Mesh originalMeshA, Mesh originalMeshB, std_vector_std_vector_Id_EdgeTag optionalOutCut)
 
std_vector_std_vector_Id_EdgeTag optionalOutCut (self)
 
None optionalOutCut (self, std_vector_std_vector_Id_EdgeTag arg1)
 
Mesh originalMeshA (self)
 
None originalMeshA (self, Mesh arg1)
 
Mesh originalMeshB (self)
 
None originalMeshB (self, Mesh arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
BooleanInternalParameters operator (*args, **kwargs)
 
BooleanInternalParameters operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_optionalOutCut = 16
 
typing _offsetof_originalMeshA = 0
 
typing _offsetof_originalMeshB = 8
 

Detailed Description

Generated from:  MR::BooleanInternalParameters

Parameters will be useful if specified

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.BooleanInternalParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.BooleanInternalParameters.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.BooleanInternalParameters.__init__ ( self,
Mesh originalMeshA,
Mesh originalMeshB,
std_vector_std_vector_Id_EdgeTag optionalOutCut )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

BooleanInternalParameters mrmeshpy.BooleanInternalParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

BooleanInternalParameters mrmeshpy.BooleanInternalParameters.operator ( * args,
** kwargs )
static

◆ optionalOutCut() [1/2]

std_vector_std_vector_Id_EdgeTag mrmeshpy.BooleanInternalParameters.optionalOutCut ( self)
Optional output cut edges of booleaned meshes

◆ optionalOutCut() [2/2]

None mrmeshpy.BooleanInternalParameters.optionalOutCut ( self,
std_vector_std_vector_Id_EdgeTag arg1 )

◆ originalMeshA() [1/2]

Mesh mrmeshpy.BooleanInternalParameters.originalMeshA ( self)
Instance of original mesh with tree for better speed

◆ originalMeshA() [2/2]

None mrmeshpy.BooleanInternalParameters.originalMeshA ( self,
Mesh arg1 )

◆ originalMeshB() [1/2]

Mesh mrmeshpy.BooleanInternalParameters.originalMeshB ( self)
Instance of original mesh with tree for better speed

◆ originalMeshB() [2/2]

None mrmeshpy.BooleanInternalParameters.originalMeshB ( self,
Mesh arg1 )

Member Data Documentation

◆ _offsetof_optionalOutCut

typing mrmeshpy.BooleanInternalParameters._offsetof_optionalOutCut = 16
staticprotected

◆ _offsetof_originalMeshA

typing mrmeshpy.BooleanInternalParameters._offsetof_originalMeshA = 0
staticprotected

◆ _offsetof_originalMeshB

typing mrmeshpy.BooleanInternalParameters._offsetof_originalMeshB = 8
staticprotected

The documentation for this class was generated from the following file: