M_Rhino_Geometry_Unroller_FollowingGeometryIndex - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int FollowingGeometryIndex(
Curve curve
)
VB
Public Function FollowingGeometryIndex (
curve As Curve
) As Integer
- curve
- Type: Rhino.Geometry.Curve
An unrolled curve returned by Unroller.PerformUnroll.
Type: Int32
The index of the curve added by Unroller.AddFollowingGeometry if successful, otherwise -1.
Supported in: 6.0.16224.21491
Unroller Class
FollowingGeometryIndex Overload
Rhino.Geometry Namespace