MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, BooleanResultPoints arg0)
None __init__ (self, VertBitSet meshAVerts, VertBitSet meshBVerts, std_vector_Vector3_float intersectionPoints)

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_intersectionPoints = 64
typing _offsetof_meshAVerts = 0
typing _offsetof_meshBVerts = 32

Detailed Description

Generated from:  MR::BooleanResultPoints

vertices and points representing mesh intersection result

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.BooleanResultPoints.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.BooleanResultPoints.__init__ ( self,
VertBitSet meshAVerts,
VertBitSet meshBVerts,
std_vector_Vector3_float intersectionPoints )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_intersectionPoints

typing mrmeshpy.BooleanResultPoints._offsetof_intersectionPoints = 64
staticprotected

◆ _offsetof_meshAVerts

typing mrmeshpy.BooleanResultPoints._offsetof_meshAVerts = 0
staticprotected

◆ _offsetof_meshBVerts

typing mrmeshpy.BooleanResultPoints._offsetof_meshBVerts = 32
staticprotected

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