Autodesk.AutoCAD.DatabaseServices Namespace > PolygonMeshVertex Class > PolygonMeshVertex Constructor > PolygonMeshVertex() Constructor
PolygonMeshVertex.PolygonMeshVertex() Constructor
Description

 

Default constructor. Initializes the position to (0,0,0) and the vertex type to SimpleVertex.

Visual Basic
Public Sub New()
C#
public PolygonMeshVertex();
Links
   Comments?