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,\n) : 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
Parameters
- Result[out] or Return Value
- Result code as defined in dsPolyFaceMeshEditResult_e
See Also
Availability
DraftSight V1R1.3