AddVertex Method (IPolyFaceMesh) Send Feedback
See Also 
Result[out]
Result code as defined in dsPolyFaceMeshEditResult_e
X
x coordinate of the vertex
Y
y coordinate of the vertex
Z
z coordinate of the vertex
Adds a mesh vertex to the mesh.

Syntax

Visual Basic 
Function AddVertex( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) As dsPolyFaceMeshEditResult_e
C# 
dsPolyFaceMeshEditResult_e AddVertex( 
   System.double X,
   System.double Y,
   System.double Z
)
JavaScript 
AddVertex( 
   X : Number,
   Y : Number,
   Z : Number
) : String
COM native C++ 
HRESULT AddVertex( 
   DOUBLE X,
   DOUBLE Y,
   DOUBLE Z,
   dsPolyFaceMeshEditResult_e* Result
) 
C++ 
DSRESULT AddVertex( 
   double X,
   double Y,
   double Z,
   dsPolyFaceMeshEditResult_e* Result
) 

Parameters

X
x coordinate of the vertex
Y
y coordinate of the vertex
Z
z coordinate of the vertex
Result[out] or Return Value
Result code as defined in dsPolyFaceMeshEditResult_e
 

See Also

Availability

DraftSight V1R1.3