Constructs an PolyFaceMeshVertex that uses position as the position point. The vertex type is initialized to SimpleVertex.
Public Sub New(
position As Point3d
)
public PolyFaceMeshVertex(
Point3d position
);
| Parameters | Description |
|---|---|
| Point3d position | Input WCS position point for the vertex |
PolyFaceMeshVertex Class, Autodesk.AutoCAD.DatabaseServices Namespace