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
Value Returned
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