SketchPoint.move Method
Parent Object:
SketchPointDefined 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
boolean |
Returns true if moving the sketch point was successful. |
Parameters
translation |
Vector3D |
The vector that defines the distance and direction to move. |
Samples
Version
Introduced in version August 2014