This input method is for creating a construction plane normal to, and at specified distance along, a path defined by an edge or sketch profile. This can result in a parametric or non-parametric construction plane depending on whether the parent component is parametric or is a direct edit component.
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object.
|
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object.
|
Type | Description |
boolean | Returns true if the creation of the ConstructionPlaneInput is successful. |
Name | Type | Description |
pathEntity | Base | The path can be an edge, sketch curve, or a path 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. |
Name | Description |
Construction Plane API Sample | Demonstrates creating construction plane by different ways. |