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