HoleFeatureInput.setPositionAtCenter Method
Parent Object:
HoleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/HoleFeatureInput.h>
Description
Defines the position of the hole at the center of a circular or elliptical edge of the face.
Syntax
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.returnValue = holeFeatureInput_var.setPositionAtCenter(planarEntity, centerEdge)
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
#include <Fusion/Features/HoleFeatureInput.h>
returnValue = holeFeatureInput_var->setPositionAtCenter(planarEntity, centerEdge);
|
Return Value
boolean |
Returns true if successful. |
Parameters
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. |
Samples
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. |
Version
Introduced in version August 2014