p2pSeedStyle
layout p2pSeedStyle cyclic { "Exact Location" | "Shortest Connection" }
Description
Controls the type of connection to be followed when creating a point to point route.
-
Exact Locationuses the exact digitized points to create routing between two given points. -
Shortest Connectionuses the shortest route for connecting points and may also use pre-existing wires for creating the route.
The default is Shortest Connection.
GUI Equivalent
Examples
envGetVal("layout" "p2pSeedStyle")
envSetVal("layout" "p2pSeedStyle" 'cyclic "Exact Location")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top