smartDeletePathSegBetweenVia
layoutXL smartDeletePathSegBetweenVia boolean { t | nil }
Description
Deletes a pathSeg up to the closest orthogonal grid of the nearest via. When there are vias on both sides of a pathSeg, the pathSeg is deleted up to the closest orthogonal grid of both the vias. When there are vias only on one side, the pathSeg is deleted up to the closest orthogonal grid of the nearest via and up to the end of the pathSeg on the other side.
The default is nil, implying that the entire pathSeg is deleted when you delete a pathSeg.
GUI Equivalent
Examples
envGetVal("layoutXL" "smartDeletePathSegBetweenVia")
envSetVal("layoutXL" "smartDeletePathSegBetweenVia" 'boolean t)
Related Topics
Return to top