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

Public Member Functions

None __init__ (self, Mesh otherMesh, std_vector_std_vector_VarEdgeTri contours, func_Vector3_int_from_Vector3_float converter, AffineXf3f rigidB2A, int meshAVertsNum, bool isOtherA)
 
std_vector_std_vector_VarEdgeTri contours (self)
 
Mesh otherMesh (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_contours = 8
 
typing _offsetof_converter = 16
 
typing _offsetof_isOtherA = 96
 
typing _offsetof_meshAVertsNum = 88
 
typing _offsetof_otherMesh = 0
 
typing _offsetof_rigidB2A = 80
 

Detailed Description

Generated from:  MR::SortIntersectionsData

Special data to sort intersections more accurate

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

None mrmeshpy.SortIntersectionsData.__init__ ( self,
Mesh otherMesh,
std_vector_std_vector_VarEdgeTri contours,
func_Vector3_int_from_Vector3_float converter,
AffineXf3f rigidB2A,
int meshAVertsNum,
bool isOtherA )
Implicit aggregate constructor.

Member Function Documentation

◆ contours()

std_vector_std_vector_VarEdgeTri mrmeshpy.SortIntersectionsData.contours ( self)

◆ otherMesh()

Mesh mrmeshpy.SortIntersectionsData.otherMesh ( self)

Member Data Documentation

◆ _offsetof_contours

typing mrmeshpy.SortIntersectionsData._offsetof_contours = 8
staticprotected

◆ _offsetof_converter

typing mrmeshpy.SortIntersectionsData._offsetof_converter = 16
staticprotected

◆ _offsetof_isOtherA

typing mrmeshpy.SortIntersectionsData._offsetof_isOtherA = 96
staticprotected

◆ _offsetof_meshAVertsNum

typing mrmeshpy.SortIntersectionsData._offsetof_meshAVertsNum = 88
staticprotected

◆ _offsetof_otherMesh

typing mrmeshpy.SortIntersectionsData._offsetof_otherMesh = 0
staticprotected

◆ _offsetof_rigidB2A

typing mrmeshpy.SortIntersectionsData._offsetof_rigidB2A = 80
staticprotected

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