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