Skip to main content

hMove()

Moves the cursor horizontally by the given distance.

Signatures

hMove(distance: number): Geometry

Moves the cursor horizontally by the given distance.

ParameterTypeDescription
distancenumberThe horizontal distance to move

hMove(target: SceneObject): Geometry

Moves the cursor horizontally to the nearest intersection with the target geometry. The nearest intersection (in either direction along the X axis) is used.

ParameterTypeDescription
targetSceneObjectThe geometry to intersect with