Vertex

class pygamer.tetmesh.Vertex

Wrapper around a gamer::TMVertex.

Methods

Vertex.__init__(self, x, y, z, marker, selected)

Constructor defining coordinates, marker, and selection status.

Attributes

Vertex.error

Error value

Vertex.marker

Boundary marker value

Vertex.position

Position of the vertex

Vertex.selected

Selection status of vertex