HoleFeatureInput.setAllExtent Method
Parent Object:
HoleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/HoleFeatureInput.h>
Description
Defines the extent of the hole to be through-all. The direction can be either positive, negative.
Syntax
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.returnValue = holeFeatureInput_var.setAllExtent(direction)
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
#include <Fusion/Features/HoleFeatureInput.h>
returnValue = holeFeatureInput_var->setAllExtent(direction);
|
Return Value
boolean |
Returns true if successful. |
Parameters
direction |
ExtentDirections |
The direction of the hole relative to the normal of the sketch plane. |
Version
Introduced in version August 2014