pinFromLabelSetShapeType
layoutXL.floorplan pinFromLabelSetShapeType cyclic { "First" | "Largest" }
Description
Specifies the shape to be used for creating pins using the Create Pin from Label command. The available options are:
-
Firstindicates that the first shape that matches the specified criteria must be used. This is the default value. -
Largestindicates that the shape with the largest area must be used.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Create Pins From Label Plan – Pin Planning – Pin Tool – Create – Create Pins From Label (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "pinFromLabelSetShapeType")
envSetVal("layoutXL.floorplan" "pinFromLabelSetShapeType" 'cyclic "Largest")
Related Topics
Updating Pin Labels and Text Displays
Return to top