Autodesk.AutoCAD.DatabaseServices Namespace > PolyFaceMeshVertex Class > PolyFaceMeshVertex Constructor > PolyFaceMeshVertex(Point3d) Constructor
PolyFaceMeshVertex.PolyFaceMeshVertex(Point3d) Constructor
Description

 

Constructs an PolyFaceMeshVertex that uses position as the position point. The vertex type is initialized to SimpleVertex.

Visual Basic
Public Sub New(
    position As Point3d
)
C#
public PolyFaceMeshVertex(
    Point3d position
);
Parameters
Parameters 
Description 
Point3d position 
Input WCS position point for the vertex 
Links
   Comments?