Calculates the parameter value at the point measured from the specified starting parameter along the curve.
Name | Type | Description |
FromParam | Double | Input Double that specifies the parameter value to measure the length from. |
Length | Double | Input Double that specifies the distance measured along the curve. |
Param | Double | Output Double that returns the parameter value at the specified Length from FromParam. |
Name | Description |
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. |