This input method is for creating a construction point at a specified distance along a path defined by an edge or sketch curve. This can result in a parametric or non-parametric construction point depending on whether the parent component is parametric or is a direct edit component.
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object. |
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object. |
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object. |
| Type | Description |
| boolean | Returns true if the construction point definition is successful. |
| Name | Type | Description |
| pathEntity | Base | The path can be an edge, a sketch curve, or a Path object of multiple entities. |
| distance | ValueInput | The distance is a value from 0 to 1 indicating the position along the path where 0 is at the start and 1 is at the end. Values beyond 0 and 1 place the point past the path endpoints. |