SketchPoint.move Method

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

Description

Moves the sketch geometry using the specified transform. Move respects any constraints that would normally prohibit the move. This will fail in the case where the IsReference property is true.

Syntax

"sketchPoint_var" is a variable referencing a SketchPoint object.
returnValue = sketchPoint_var.move(translation)
"sketchPoint_var" is a variable referencing a SketchPoint object.

#include <Fusion/Sketch/SketchPoint.h>

returnValue = sketchPoint_var->move(translation);

Return Value

Type Description
boolean Returns true if moving the sketch point was successful.

Parameters

Name Type Description
translation Vector3D The vector that defines the distance and direction to move.

Samples

Name Description
Sketch Point API Sample Demonstrates creating a new sketch point.

Version

Introduced in version August 2014