class FaceHandle

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Static Members

Member NameSummary
InvalidRepresents an invalid face handle.

Instance Members

Member NameSummary
IndexGets the index of the face within the mesh.
IsValidDetermines if the face handle is valid.
EdgeGets the half-edge handle associated with this face.
$Creates a clone of the face handle.