PolygonMeshVertex.PolygonMeshVertex(Point3d) Constructor

Description

Constructs a PolygonMeshVertex that uses position as the position point. The vertex type is initialized to SimpleVertex.

Visual Basic

Public Sub New(
    point As Point3d
)

C#

public PolygonMeshVertex(
    Point3d point
);

Parameters

Parameters Description
Point3d point Input WCS position point for the vertex

Links

PolygonMeshVertex Class, Autodesk.AutoCAD.DatabaseServices Namespace