Generated from: MR::TrimOptionalOutput stores optional output params for trimWithPlane function
None meshlib.mrmeshpy.TrimOptionalOutput.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.TrimOptionalOutput.__init__ | ( | self, | |
TrimOptionalOutput | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.TrimOptionalOutput.__init__ | ( | self, | |
UndirectedEdgeBitSet | outCutEdges, | ||
std_vector_std_vector_Id_EdgeTag | outCutContours, | ||
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | new2Old, | ||
Mesh | otherPart, | ||
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | otherNew2Old, | ||
std_vector_std_vector_Id_EdgeTag | otherOutCutContours ) |
Implicit aggregate constructor.
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag meshlib.mrmeshpy.TrimOptionalOutput.new2Old | ( | self | ) |
mapping from newly appeared triangle to its original triangle (part to full)
None meshlib.mrmeshpy.TrimOptionalOutput.new2Old | ( | self, | |
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | arg1 ) |
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag meshlib.mrmeshpy.TrimOptionalOutput.otherNew2Old | ( | self | ) |
mapping from newly appeared triangle to its original triangle (part to full) in otherPart
None meshlib.mrmeshpy.TrimOptionalOutput.otherNew2Old | ( | self, | |
phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | arg1 ) |
std_vector_std_vector_Id_EdgeTag meshlib.mrmeshpy.TrimOptionalOutput.otherOutCutContours | ( | self | ) |
newly appeared hole contours where each edge does not have right face in otherPart
None meshlib.mrmeshpy.TrimOptionalOutput.otherOutCutContours | ( | self, | |
std_vector_std_vector_Id_EdgeTag | arg1 ) |
Mesh meshlib.mrmeshpy.TrimOptionalOutput.otherPart | ( | self | ) |
left part of the trimmed mesh
None meshlib.mrmeshpy.TrimOptionalOutput.otherPart | ( | self, | |
Mesh | arg1 ) |
std_vector_std_vector_Id_EdgeTag meshlib.mrmeshpy.TrimOptionalOutput.outCutContours | ( | self | ) |
newly appeared hole contours where each edge does not have right face
None meshlib.mrmeshpy.TrimOptionalOutput.outCutContours | ( | self, | |
std_vector_std_vector_Id_EdgeTag | arg1 ) |
UndirectedEdgeBitSet meshlib.mrmeshpy.TrimOptionalOutput.outCutEdges | ( | self | ) |
newly appeared hole boundary edges
None meshlib.mrmeshpy.TrimOptionalOutput.outCutEdges | ( | self, | |
UndirectedEdgeBitSet | arg1 ) |