Vertex
- class m3sh.hds.Vertex(index, parent=None)[source]
Vertex base class.
Vertices are considered as abstract topological entities. Vertex coordinates are assigned when a vertex becomes part of a mesh. Its coordinates can then be accessed via the
point
property .Note
In addition to
index
, implementations of the special functions__int__()
and__index__()
are provided. The latter makes it possible to use vertex instances as list indices.Attributes
Topological state.
Vertex degree.
Internal state.
Vertex flags.
Outward pointing halfedge.
Vertex index.
Topological state.
Vertex coordinates.
Special methods
Vertex index.
__int__
()Vertex index.