Visual Basic | |
---|---|
Function AddVertex( _ ByVal X As System.Double, _ ByVal Y As System.Double, _ ByVal Z As System.Double _ ) As System.Boolean |
Parameters
- X
- x coordinate of the vertex
- Y
- y coordinate of the vertex
- Z
- z coordinate of the vertex
- RetVal[out] or Return Value
- True if the vertex is appended to the Leader, false if not
The specified vertex is not appended to the Leader if the specified vertex is inside a 2e-10 cube surrounding the previous vertex.
ILeader Interface
ILeader Members
ILeader::GetVertexCoordinate Method ()
ILeader::GetVerticesCount Method ()
ILeader::RemoveLastVertex Method ()
ILeader::SetVertexCoordinate Method ()
ILeader Members
ILeader::GetVertexCoordinate Method ()
ILeader::GetVerticesCount Method ()
ILeader::RemoveLastVertex Method ()
ILeader::SetVertexCoordinate Method ()
DraftSight V1R4.0