Gets the valid parameter range of the curve if the curve is bounded.
Name | Type | Description |
MinParam | Double | Output Double that returns the minimum valid parameter value. |
MaxParam | Double | Output Double that returns the maximum valid parameter value. |
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. |
Split a 2D Curve | Demonstrates the ability to extract split curves from a transient geometry curve. This sample has you select an existing sketch spline and splits it at the midpoint of parametric space. It then creates real curves using the split curve results and deletes the original sketch curve. |