The VertexHandle class in the HalfEdgeMesh
namespace represents a handle to a vertex within a half-edge mesh structure. This class provides properties and methods to interact with and manipulate vertex data efficiently.
The VertexHandle class in the HalfEdgeMesh
namespace represents a handle to a vertex within a half-edge mesh structure. This class provides properties and methods to interact with and manipulate vertex data efficiently.
Member Name | Summary |
---|---|
Invalid | Gets an invalid vertex handle, used to represent a non-existent or uninitialized vertex. |
Member Name | Summary |
---|---|
Index | Gets the index of the vertex within the mesh. |
IsValid | Determines whether the vertex handle is valid and points to an existing vertex. |
Edge | Gets the half-edge handle associated with this vertex. |
Creates a clone of the current vertex handle. |