MeshExtendSelectionByEdgeRidge Method |
Namespace: Rhino.Geometry
public int[] ExtendSelectionByEdgeRidge( int[] preselectedEdges, int newEdge, bool iterative = true )
Public Function ExtendSelectionByEdgeRidge ( preselectedEdges As Integer(), newEdge As Integer, Optional iterative As Boolean = true ) As Integer()
[Missing <param name="iterative"/> documentation for "M:Rhino.Geometry.Mesh.ExtendSelectionByEdgeRidge(System.Int32[],System.Int32,System.Boolean)"]
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If newEdge is less than 0 or larger than the topology edge count. |