Creates a new curve by extracting a portion of an existing curve.
Name | Type | Description |
StartParam | Double | Input Double that specifies the starting parameter of where the new curve is extracted. |
EndParam | Double | Input Double that specifies the ending parameter of where the new curve is extracted. |
Name | Description |
Extract a Partial Curve from a Curve | Demonstrates the ability to extract partial curves from a transient geometry curve. This sample has you select an existing sketch spline and extracts three curves from the curve. It then creates real curves using the extracted curves and deletes the original sketch curve. |