Moves the specified sketch entities using the specified transform. Transform respects any constraints that would normally prohibit the move.
"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 move was successful. |
| Name | Type | Description |
| sketchEntities | ObjectCollection | A collection of sketch entities to transform. |
| transform | Matrix3D | The transform that defines the move, rotate or scale. |