M_Rhino_Geometry_Unroller_FollowingGeometryIndex - mcneel/rhinocommon-api-docs GitHub Wiki

Unroller.FollowingGeometryIndex Method (Curve)

Given an unrolled curve, returns the index of the source, or following curve.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int FollowingGeometryIndex(
	Curve curve
)

VB

Public Function FollowingGeometryIndex ( 
	curve As Curve
) As Integer

Parameters

 

curve
Type: Rhino.Geometry.Curve
An unrolled curve returned by Unroller.PerformUnroll.

Return Value

Type: Int32
The index of the curve added by Unroller.AddFollowingGeometry if successful, otherwise -1.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Unroller Class
FollowingGeometryIndex Overload
Rhino.Geometry Namespace

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