HoleFeatureInput.setPositionBySketchPoints Method
Parent Object:
HoleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/HoleFeatureInput.h>
Description
Defines the position and orientation of the hole using a set of sketch points.
Syntax
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.returnValue = holeFeatureInput_var.setPositionBySketchPoints(sketchPoints)
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
#include <Fusion/Features/HoleFeatureInput.h>
returnValue = holeFeatureInput_var->setPositionBySketchPoints(sketchPoints);
|
Return Value
boolean |
Returns true if successful. |
Parameters
sketchPoints |
ObjectCollection |
A collection of sketch points that defines the positions of the holes. The orientation is inferred from the normal of the point's parent sketch. The natural direction will be opposite the normal of the sketch. The points can be from multiple sketches but they must all be co-planar. |
Samples
Version
Introduced in version June 2015