Perspective - Any idea how to rotate view

I want to show the 90°, 180° and 270° view of conveyor system. Any idea, how to rotate view in perspective dynamically? All conveyors are embedded views in one coordinate view.

image - Normal view

image - 90° View

Thanks in advance!

Would this work for your setup?

  • Coordinate Container
    • Dropdown Component with it’s value bound to the sibling embedded view’s position.rotate.angle, and options containing 90°, 180°, 270°, etc
    • Embedded View
      • Coordinate Container containing your conveyor system

Hi mparkins,

Thanks, awesome