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.
"sketchPoint_var" is a variable referencing a SketchPoint object.
|
"sketchPoint_var" is a variable referencing a SketchPoint object.
|
Type | Description |
boolean | Returns true if moving the sketch point was successful. |
Name | Type | Description |
translation | Vector3D | The vector that defines the distance and direction to move. |
Name | Description |
Sketch Point API Sample | Demonstrates creating a new sketch point. |