FaceID

class pygamer.surfacemesh.FaceID

Wrapper around gamer::SurfaceMesh::SimplexID<3> object

This is a token to represent a 3-simplex object. It serves as a reference to the actual object.

Methods

FaceID.__init__(*args, **kwargs)

Initialize self.

FaceID.data(self)

Access the data stored on the 3-simplex

FaceID.indices(self)

Get the indices of this simplex.

FaceID.isValid(self)

Checks if FaceID refers to a valid simplex.

Attributes

FaceID.dataro

Access the data stored on the 3-simplex