moveLabelTo
layoutXL.floorplan moveLabelTo cyclic { "Pin Edge Nearest to Boundary" | "Pin Center" }
Description
Specifies the location to which the labels and text displays are to be moved when moveLabelOrigin is set to t when running the Label Update command.
-
Pin Edge Nearest to Boundary: Moves the origins of all labels and text displays to the center of the nearest pin edge. -
Pin Center: Moves the origins of all labels and text displays to the center of the pin.
The default value is Pin Edge Nearest to Boundary.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "moveLabelTo")
envSetVal("layoutXL.floorplan" "moveLabelTo" 'cyclic "Pin Center")
Related Topics
Updating Label Layer-Purpose Pairs on Pin Layer Changes
Return to top