M_Rhino_Geometry_Mesh_ExtendSelectionByEdgeRidge - mcneel/rhinocommon-api-docs GitHub Wiki
Suggests an extension of a selection set by using information related with topology and alignment.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] ExtendSelectionByEdgeRidge(
int[] preselectedEdges,
int newEdge,
bool iterative = true
)
VB
Public Function ExtendSelectionByEdgeRidge (
preselectedEdges As Integer(),
newEdge As Integer,
Optional iterative As Boolean = true
) As Integer()
- preselectedEdges
- Type: System.Int32[]
An array of edges that were already selected. - newEdge
- Type: System.Int32
A new edge index. - iterative (Optional)
- Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Mesh.ExtendSelectionByEdgeRidge(System.Int32[],System.Int32,System.Boolean)"]
Type: Int32[]
An array of edges that are in a visual relationship with newEdge.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If newEdge is less than 0 or larger than the topology edge count. |
Supported in: 6.0.16224.21491