M_Rhino_Geometry_Mesh_ExtendSelectionByEdgeRidge - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.ExtendSelectionByEdgeRidge Method

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

Syntax

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()

Parameters

 

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)"]

Return Value

Type: Int32[]
An array of edges that are in a visual relationship with newEdge.

Exceptions

 

Exception Condition
ArgumentOutOfRangeException If newEdge is less than 0 or larger than the topology edge count.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️