maxPathSegInSpineAreaSelection
graphic maxPathSegInSpineAreaSelection int numberOfPathsegs
Description
Controls the maximum number of pathsegs up to which spine can be computed. If the number of pathsegs exceeds the environment variable setting, the spine, comprising the pathsegs, is not computed. Setting this variable appropriately helps prevent performance issues.
GUI Equivalent
Examples
envGetVal("graphic" "maxPathSegInSpineAreaSelection")
envSetVal("graphic" "maxPathSegInSpineAreaSelection" 'int 9000)
Related Topics
Return to top