GetVertexCoordinate Method (IPolygonMesh)
Gets the coordinates of the specified PolygonMesh vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetVertexCoordinate( _
long VertexIndex As System.Integer, _
double* X As System.Double, _
double* Y As System.Double, _
double* Z As System.Double _
) As System.Boolean |
C# | |
---|
System.bool GetVertexCoordinate(
System.int VertexIndex,
out System.double X,
out System.double Y,
out System.double Z
) |
JavaScript | |
---|
GetVertexCoordinate(
VertexIndex : Number
) : {
X : Number,
Y : Number,
Z : Number,
Success : Boolean
} |
Parameters
- VertexIndex
- Index of the mesh vertex (see Remarks)
- X[out]
- x coordinate of the mesh vertex
- Y[out]
- y coordinate of the mesh vertex
- Z[out]
- z coordinate of the mesh vertex
- Success[out] or Return Value
- True if successful, false if not
Example
Remarks
See Also
Availability
DraftSight V1R1.3