Scales the specified sketch entities about the specified reference point by the specified scale factor.
"sketch_var" is a variable referencing a Sketch object. |
"sketch_var" is a variable referencing a Sketch object. |
"sketch_var" is a variable referencing a Sketch object. |
| Type | Description |
| boolean | Returns true if the scale was successful. |
| Name | Type | Description |
| sketchEntities | SketchEntity[] | An array of sketch entities to scale. These can be sketch points and curves. |
| referencePoint | Point3D | The reference point about which to scale. |
| scaleFactor | double | The uniform scale factor to apply. |