pathSegEndStyle
layout pathSegEndStyle cyclic { "truncate" | "extend" | "variable" | "diagonal" }
Description
Sets which ending extension style that must be used when you create a path segment. The default is truncate.
GUI Equivalent
Examples
envGetVal("layout" "pathSegEndStyle")
envSetVal("layout" "pathSegEndStyle" 'cyclic "extend")
envSetVal("layout" "pathSegEndStyle" 'cyclic "variable")
envSetVal("layout" "pathSegEndStyle" 'cyclic "diagonal")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top