disableLayerFuncSnapToMfgGrid
layout disableLayerFuncSnapToMfggrid boolean { t | nil }
Description
Specifies that the leLayer*, leMergeShapes and leSizeShape functions do not put data on grid.
The default is t. When set to nil, it forces the le functions and the corresponding functions from the menus to put data results on grid.
The
dbLayer* functions do not put date results back onto the manufacturing grid and are unaffected by the environment variable.GUI Equivalent
Examples
envGetVal("layout" "disableLayerFuncSnapToMfggrid")
envSetVal("layout" "disableLayerFuncSnapToMfggrid" 'boolean nil)
Related Topics
Return to top