Skip to main content

Set parameters by referencing other parameters

  • December 6, 2024
  • 0 replies
  • 29 views

Daniel_Amann

I want to set parameters “programmatically” in order to match other layers’ parameters. For example, I want the height of layer A to be the same as the height of layer B. In some cases instead of using auto-layout, I’d rather want to set the height of B as a code {=h(layerB)}.