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

Public Member Functions

None __init__ (self)
 
None __init__ (self, BooleanInternalParameters arg0)
 
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)
 

Detailed Description

Generated from:  MR::BooleanInternalParameters

Parameters will be useful if specified

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.BooleanInternalParameters.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.BooleanInternalParameters.__init__ ( self,
BooleanInternalParameters arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

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

Member Function Documentation

◆ optionalOutCut() [1/2]

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

◆ optionalOutCut() [2/2]

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

◆ originalMeshA() [1/2]

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

◆ originalMeshA() [2/2]

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

◆ originalMeshB() [1/2]

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

◆ originalMeshB() [2/2]

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

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