Skip to main content

vMove()

Moves the cursor vertically by the given distance.

Signatures

vMove(distance: number): Geometry

Moves the cursor vertically by the given distance.

ParameterTypeDescription
distancenumberThe 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.

ParameterTypeDescription
targetSceneObjectThe geometry to intersect with