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.
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
|
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
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. |
Name | Description |
Scale Feature API Sample | Demonstrates creating a new scale feature. |