PolyFaceMeshVertex.PolyFaceMeshVertex(Point3d) Constructor

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

Description

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

Links

PolyFaceMeshVertex Class, Autodesk.AutoCAD.DatabaseServices Namespace