vMove()
Moves the cursor vertically by the given distance.
Signatures
vMove(distance: number): Geometry
Moves the cursor vertically by the given distance.
| Parameter | Type | Description |
|---|---|---|
distance | number | The vertical distance to move |
vMove(target: SceneObject): Geometry
Moves the cursor vertically to the nearest intersection with the target geometry. The nearest intersection (in either direction along the Y axis) is used.
| Parameter | Type | Description |
|---|---|---|
target | SceneObject | The geometry to intersect with |