swapOrigin
layoutXL swapOrigin cyclic { "upperLeft" | "upperCenter" | "upperRight" | "centerLeft" | "centerCenter" | "centerRight" | "lowerLeft" | "lowerCenter" | "lowerRight" | "instOrigin" }
Description
Specifies whether the point of origin of the swap is at the instance origin, or at one of the specified orientations of the instance bounding box.
Arguments
GUI Equivalent
|
Swap Origin (Swap Components Form) |
Examples
envGetVal("layoutXL" "swapOrigin")
envSetVal("layoutXL" "swapOrigin" 'cyclic "centerRight")
Related Topics
List of Layout XL Environment Variables
Return to top