This input method is for creating a construction axis that passes through the two points (work points, sketch points or vertices). This will fail if the two points are coincident. This can result in a parametric or non-parametric construction axis depending on whether the parent component is parametric or is a direct edit component.
"constructionAxisInput_var" is a variable referencing a ConstructionAxisInput object.
|
"constructionAxisInput_var" is a variable referencing a ConstructionAxisInput object.
|
Type | Description |
boolean | Returns true if the creation of the ConstructionAxisInput is successful. |
Name | Type | Description |
pointEntityOne | Base | The first construction point, sketch point or vertex the axis passes through |
pointEntityTwo | Base | The second construction point, sketch point or vertex the axis passes through |
Name | Description |
Construction Axis API Sample | Demonstrates creating construction axis in various ways. |