<Code Lib>
M

RebarShapeDefinitionBySegments.GetVertex

Description:
Return a reference to one of the vertices in the definition.

public RebarShapeVertex GetVertex(
	int vertexIndex
)

  • Int32
    vertexIndex
    Index of the vertex (0 to NumberOfVertices - 1).
Return Value RebarShapeVertex The requested vertex.

Loading…