<Code Lib>
2023 Method
Changes 4
M

SolidCurveIntersection.GetCurveSegmentExtents

Description:
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.

public CurveExtents GetCurveSegmentExtents(
	int index
)

  • Int32
    index
    The index.
Return Value The curve extents. The curve extents.

Loading…