Autodesk.AutoCAD.DatabaseServices Namespace
>
PolyFaceMeshVertex Class
>
PolyFaceMeshVertex Constructor
PolyFaceMeshVertex Constructor
Overload List
Method
Description
PolyFaceMeshVertex.PolyFaceMeshVertex ()
Default constructor. Initializes the position to (0,0,0) and the vertex type to
SimpleVertex
.
PolyFaceMeshVertex.PolyFaceMeshVertex (Point3d)
Constructs an
PolyFaceMeshVertex
that uses position as the position point. The vertex type is initialized to
SimpleVertex
.
Comments?