HoleFeatureInput.setAllExtent Method

Parent Object: HoleFeatureInput
Defined 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

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
direction ExtentDirections The direction of the hole relative to the normal of the sketch plane.

Version

Introduced in version August 2014