SketchPoint.MoveBy Method
Parent Object: SketchPointDescription
Method that moves the sketch point a delta distance from its current location. Movement of a sketch point is limited by the constraints currently defined on the sketch. If a sketch is partially constrained it will perform the move within the range allowed by the constraints. Because of this, the result of a move may not always be exactly what was specified.
Syntax
SketchPoint.MoveBy( Vector As Vector2d )Parameters
Name | Type | Description |
Vector | Vector2d | Input Vector2d object that defines the delta distance to move the sketch point. |