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 ) |
COM native C++ | |
---|---|
HRESULT 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
DraftSight V1R1.3