Sketch.move Method

Parent Object: Sketch
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>

Description

Moves the specified sketch entities using the specified transform. Transform respects any constraints that would normally prohibit the move.

Syntax

"sketch_var" is a variable referencing a Sketch object.
returnValue = sketch_var.move(sketchEntities, transform)
"sketch_var" is a variable referencing a Sketch object.

#include <Fusion/Sketch/Sketch.h>

returnValue = sketch_var->move(sketchEntities, transform);

Return Value

Type Description
boolean Returns true if the move was successful.

Parameters

Name Type Description
sketchEntities ObjectCollection A collection of sketch entities to transform.
transform Matrix3D The transform that defines the move, rotate or scale.

Version

Introduced in version August 2014