pathStyle
layout pathStyle cyclic { "truncateExtend" | "extendExtend" | "roundRound" | "varExtendExtend" }
Description
(Virtuoso RF Option) Specifies the default end type for paths.
The default is truncateExtend.
GUI Equivalent
Examples
envGetVal("layout" "pathStyle")
envSetVal("layout" "pathStyle" 'cyclic "extendExtend")
envSetVal("layout" "pathStyle" 'cyclic "varExtendExtend")
Related Topics
Return to top