This input method is for creating a construction plane tangent to a cylindrical or conical face at a specified point. 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 |
tangentFace | BRepFace | A cylindrical or conical face to create the plane tangent to |
angle | ValueInput | The angle relative to the planarEntity input at which to create the tangent plane |
planarEntity | Base | The planar face or construction plane the tangent is measured from. |
Name | Description |
Construction Plane API Sample | Demonstrates creating construction plane by different ways. |