EdgeID¶
- class pygamer.surfacemesh.EdgeID¶
Wrapper around
gamer::SurfaceMesh::SimplexID<2> objectThis is a token to represent a 2-simplex object. It serves as a reference to the actual object.
Methods
EdgeID.__init__(*args, **kwargs)Initialize self.
EdgeID.cover(self)Get the coboundary relations of this simplex.
EdgeID.data(self)Access the data stored on the edge.
EdgeID.indices(self)Get the indices of this simplex.
EdgeID.isValid(self)Checks if EdgeID refers to a valid simplex.
Attributes
Access the data stored on the edge.