Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Line3Mesh_float arg0) |
| None | __init__ (self, Line3f line, IntersectionPrecomputes_float prec, Mesh mesh, AABBTree tree, FaceBitSet region) |
| Line3f | line (self) |
| None | line (self, Line3f arg1) |
| Mesh | mesh (self) |
| None | mesh (self, Mesh arg1) |
| IntersectionPrecomputes_float | prec (self) |
| None | prec (self, IntersectionPrecomputes_float arg1) |
| FaceBitSet | region (self) |
| None | region (self, FaceBitSet arg1) |
| AABBTree | tree (self) |
| None | tree (self, AABBTree arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Line3Mesh_float | operator (*args, **kwargs) |
| Line3Mesh_float | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_line = 0 |
| typing | _offsetof_mesh = 32 |
| typing | _offsetof_prec = 24 |
| typing | _offsetof_region = 48 |
| typing | _offsetof_tree = 40 |
Generated from: MR::Line3Mesh<float> Aliases: Line3fMesh
|
static |
| None mrmeshpy.Line3Mesh_float.__init__ | ( | self | ) |
| None mrmeshpy.Line3Mesh_float.__init__ | ( | self, | |
| Line3Mesh_float | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Line3Mesh_float.__init__ | ( | self, | |
| Line3f | line, | ||
| IntersectionPrecomputes_float | prec, | ||
| Mesh | mesh, | ||
| AABBTree | tree, | ||
| FaceBitSet | region ) |
Implicit aggregate constructor.
| Line3f mrmeshpy.Line3Mesh_float.line | ( | self | ) |
in the reference frame of mesh
| None mrmeshpy.Line3Mesh_float.line | ( | self, | |
| Line3f | arg1 ) |
| Mesh mrmeshpy.Line3Mesh_float.mesh | ( | self | ) |
must be set a valid pointer before use
| None mrmeshpy.Line3Mesh_float.mesh | ( | self, | |
| Mesh | arg1 ) |
|
static |
|
static |
| IntersectionPrecomputes_float mrmeshpy.Line3Mesh_float.prec | ( | self | ) |
set it to a valid pointer for better performance
| None mrmeshpy.Line3Mesh_float.prec | ( | self, | |
| IntersectionPrecomputes_float | arg1 ) |
| FaceBitSet mrmeshpy.Line3Mesh_float.region | ( | self | ) |
may remain nullptr, meaning all mesh
| None mrmeshpy.Line3Mesh_float.region | ( | self, | |
| FaceBitSet | arg1 ) |
| AABBTree mrmeshpy.Line3Mesh_float.tree | ( | self | ) |
must be set a valid pointer before use
| None mrmeshpy.Line3Mesh_float.tree | ( | self, | |
| AABBTree | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |