ScaleFeatureInput.setToNonUniform Method
Parent Object:
ScaleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ScaleFeatureInput.h>
Description
Sets the scale factor for the x, y, z directions to define a non-uniform scale. Calling this method will cause the isUniform property to be set to false. This will fail if the inputEntities collection contains sketches or components.
Syntax
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.returnValue = scaleFeatureInput_var.setToNonUniform(xScale, yScale, zScale)
|
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
#include <Fusion/Features/ScaleFeatureInput.h>
returnValue = scaleFeatureInput_var->setToNonUniform(xScale, yScale, zScale);
|
Return Value
boolean |
Returns true if successful. |
Parameters
xScale |
ValueInput |
A ValueInput object that defines the scale in the X direction. |
yScale |
ValueInput |
A ValueInput object that defines the scale in the Y direction. |
zScale |
ValueInput |
A ValueInput object that defines the scale in the Z direction. |
Samples
Version
Introduced in version January 2015