| Method | Description |
|---|---|
PolygonMeshVertex.PolygonMeshVertex ()
|
Default constructor. Initializes the position to (0,0,0) and the vertex type to SimpleVertex. |
PolygonMeshVertex.PolygonMeshVertex (Point3d)
|
Constructs a PolygonMeshVertex that uses position as the position point. The vertex type is initialized to SimpleVertex. |