weCWStretchLastPointModifier
layout weCWStretchLastPointModifier cyclic { "disabled" | "shift" | "ctrl" | "ctrlShift" }
Description
Controls how to enable the stretch from the last point on the wire. For example:
envSetVal("layout" "weCWStretchLastPointModifier" 'cyclic "shift" )
In this case, you can only stretch a wire while keeping the Shift key pressed. Therefore, when you press the Ctrl+Shift key and scroll the mouse wheel up or down, the stretch is not enabled.
GUI Equivalent
Examples
envGetVal("layout" "weCWStretchLastPointModifier")
envSetVal("layout" "weCWStretchLastPointModifier" 'cyclic "disabled")
envSetVal("layout" "weCWStretchLastPointModifier" 'cyclic "shift")
envSetVal("layout" "weCWStretchLastPointModifier" 'cyclic "ctrl")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top