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

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag primitiveId, Vector3f coordinate)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_coordinate = 8
 
typing _offsetof_primitiveId = 0
 

Detailed Description

Generated from:  MR::OneMeshIntersection

Simple point on mesh, represented by primitive id and coordinate in mesh space

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.OneMeshIntersection.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.OneMeshIntersection.__init__ ( self,
std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag primitiveId,
Vector3f coordinate )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_coordinate

typing mrmeshpy.OneMeshIntersection._offsetof_coordinate = 8
staticprotected

◆ _offsetof_primitiveId

typing mrmeshpy.OneMeshIntersection._offsetof_primitiveId = 0
staticprotected

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