HoleFeatureInput.threadLength Property
Parent Object:
HoleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/HoleFeatureInput.h>
Description
Gets the thread length when the isFullLength property is False. Returns null when the isFullLength property is true.
Syntax
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
# Get the value of the property. propertyValue = holeFeatureInput_var.threadLength
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
#include <Fusion/Features/HoleFeatureInput.h>
// Get the value of the property. Ptr<ValueInput> propertyValue = holeFeatureInput_var->threadLength();
|
Property Value
This is a read only property whose value is a
ValueInput.
Version
Introduced in version September 2025