SubDEdgeRelativeVertexAt Method |
Gets one of this edge's two vertices, relative to the direction this edge is
referenced with.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic SubDVertex RelativeVertexAt(
int endIndex
)
Public Function RelativeVertexAt (
endIndex As Integer
) As SubDVertex
Parameters
- endIndex
- Type: SystemInt32
0 for the start of the edge, 1 for the end.
Return Value
Type:
SubDVertexThe vertex, or null if endIndex is out of range.
See Also