AddVertex Method (IPolyFaceMesh)
Adds a mesh vertex to the mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVertex( _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) As dsPolyFaceMeshEditResult_e |
JavaScript | |
---|
AddVertex(
X : Number,
Y : Number,
Z : Number
) : String |
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