SolidCurveIntersection.GetCurveSegmentExtents
Method
Description:
Gets the extents for the given curve segment generated by intersection.
Gets the extents for the given curve segment generated by intersection.
Remarks:
The parameters are raw parameters based on the raw parameter extents of the original input curve.
The parameters are raw parameters based on the raw parameter extents of the original input curve.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | The index. |
Return Value
Type | Description |
---|---|
CurveExtents | The curve extents. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | index is out of range. |