Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, TriMesh arg0) |
| None | __init__ (self, Triangulation tris, VertCoords points) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TriMesh | operator (*args, **kwargs) |
| TriMesh | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_points = 24 |
| typing | _offsetof_tris = 0 |
Generated from: MR::TriMesh very simple structure for storing mesh of triangles only, without easy navigation between neighbor elements as in Mesh
|
static |
| None mrmeshpy.TriMesh.__init__ | ( | self | ) |
| None mrmeshpy.TriMesh.__init__ | ( | self, | |
| TriMesh | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.TriMesh.__init__ | ( | self, | |
| Triangulation | tris, | ||
| VertCoords | points ) |
Implicit aggregate constructor.
|
static |
|
static |
|
staticprotected |
|
staticprotected |