Handles
There different types for handles
The constants NoV
, NoF
, NoH
, NoE
provide invalid handles indicating that there is no vertex/ face/ half-edge/ edge. In addition, nothing
is converted as, e.g., VHnd(nothing) == NoV
.
The above constants are used consistently as placeholders for indicating a missing or undefined mesh element, or they possibly signal failure of a method that returns a handle (similar to a "null pointer").
PMesh.EHnd
— TypePMesh.FHnd
— TypePMesh.HHnd
— TypePMesh.VHnd
— Type