HoleFeatureInput.isModeled Property
Parent Object:
HoleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/HoleFeatureInput.h>
Description
Gets and sets if the thread is physical or cosmetic thread. A value of true indicates a physical thread. It defaults to false.
This property is only used when creating a tapped hole, which means the setToTappedHole method has been called. Otherwise this property is ignored.
Syntax
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
# Get the value of the property. propertyValue = holeFeatureInput_var.isModeled
# Set the value of the property. holeFeatureInput_var.isModeled = propertyValue
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
#include <Fusion/Features/HoleFeatureInput.h>
// Get the value of the property. boolean propertyValue = holeFeatureInput_var->isModeled();
// Set the value of the property, where value_var is a boolean. bool returnValue = holeFeatureInput_var->isModeled(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2025