class VertexHandle

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Static Members

Member NameSummary
InvalidGets an invalid vertex handle, used to represent a non-existent or uninitialized vertex.

Instance Members

Member NameSummary
IndexGets the index of the vertex within the mesh.
IsValidDetermines whether the vertex handle is valid and points to an existing vertex.
EdgeGets the half-edge handle associated with this vertex.
$Creates a clone of the current vertex handle.