modgenPToTGenTrunkTwigs
layoutXL modgenPToTGenTrunkTwigs boolean { t | nil }
Description
Controls whether topological twigs, which connect trunks to channel objects (instances and body contacts), need to be generated when creating trunks.
The default is t, and so twigs will be generated. The options in the Twig Options section are enabled.
When set to nil, twigs will not be generated. The options in the Twig Options section are disabled.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTGenTrunkTwigs")
envSetVal("layoutXL" "modgenPToTGenTrunkTwigs" 'boolean nil)
Related Topics
Return to top