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