Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leCycleSnapModes

leCycleSnapModes(
) 
=> t

Description

Changes both the edit and create snap modes, in the order of diagonal, anyAngle, and orthogonal. If the edit and create mode values are different (unsynchronized), the first value for Create/Edit snap mode will be diagonal.

Arguments

None

Value Returned

t

The command executed successfully.

Example

leCycleSnapModes()

If the Create/Edit snap mode is currently set to diagonal, the Create/Edit snap mode value will be cycled as follows:

leCycleSnapModes() -> "anyAngle"
leCycleSnapModes() -> "orthogonal"
leCycleSnapModes() -> "diagonal"


Return to top
 ⠀
X