SetVertexCoordinate Method (IPolygonMesh)
Sets the coordinates of a PolygonMesh vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetVertexCoordinate( _
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 SetVertexCoordinate(
System.int VertexIndex,
System.double X,
System.double Y,
System.double Z
) |
Parameters
- VertexIndex
- Index of a mesh vertex (see Remarks)
- X
- x coordinate of the mesh vertex
- Y
- y coordinate of the mesh vertex
- Z
- z coordinate of the mesh vertex
Remarks
See Also
Availability
DraftSight V1R1.3