The FaceHandle
class in the HalfEdgeMesh
namespace represents a handle to a face within a half-edge mesh structure. It provides properties and methods to interact with and manipulate the face data.
The FaceHandle
class in the HalfEdgeMesh
namespace represents a handle to a face within a half-edge mesh structure. It provides properties and methods to interact with and manipulate the face data.
Member Name | Summary |
---|---|
Invalid | Represents an invalid face handle. |
Member Name | Summary |
---|---|
Index | Gets the index of the face within the mesh. |
IsValid | Determines if the face handle is valid. |
Edge | Gets the half-edge handle associated with this face. |
Creates a clone of the face handle. |