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