SubDEdgeChainEdgeAt Method |
Gets the edge at the given position in the chain. The returned edge carries the
direction the chain traverses it with, in
ComponentDirection.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic SubDEdge EdgeAt(
int index
)
Public Function EdgeAt (
index As Integer
) As SubDEdge
Parameters
- index
- Type: SystemInt32
The position in the chain.
Return Value
Type:
SubDEdgeThe edge, or null if index is out of range.
See Also