ScaleFeatureInput.scaleFactor Property
Parent Object:
ScaleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ScaleFeatureInput.h>
Description
Gets and sets the scale factor used for a uniform scale. Setting this value will cause the isUniform property to be set to true.
Syntax
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
# Get the value of the property. propertyValue = scaleFeatureInput_var.scaleFactor
# Set the value of the property. scaleFeatureInput_var.scaleFactor = propertyValue
|
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
#include <Fusion/Features/ScaleFeatureInput.h>
// Get the value of the property. Ptr<ValueInput> propertyValue = scaleFeatureInput_var->scaleFactor();
// Set the value of the property, where value_var is a ValueInput. bool returnValue = scaleFeatureInput_var->scaleFactor(value_var);
|
Property Value
This is a read/write property whose value is a
ValueInput.
Version
Introduced in version January 2015