Share

SolidCurveIntersection.GetCurveSegmentExtents Method

Gets the extents for the given curve segment generated by intersection.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public CurveExtents GetCurveSegmentExtents(
	int index
)

Parameters

index  Int32
The index.

Return Value

CurveExtents
The curve extents.

Exceptions

ExceptionCondition
ArgumentException index is out of range.

Remarks

The parameters are raw parameters based on the raw parameter extents of the original input curve.

See Also

Reference

Was this information helpful?