Defines the position of the hole at the center of a circular or elliptical edge of the face.
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object. |
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object. |
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| planarEntity | Base | The planar BRepFace or ConstructionPlane object that defines the orientation of the hole. The natural direction of the hole will be opposite the normal of the face or construction plane. |
| centerEdge | BRepEdge | A circular or elliptical edge whose center point will be the position of the hole. |
| Name | Description |
| holeFeatures.add with Countersink | Demonstrates the holeFeatures.add method using the createCountersinkInput method and postions the hole in the center of a selected circular edge. |