AVOLITES TITAN API

AutoLayoutFixtures

Layout fixtures in group within the specified area.

Namespace: Group.Editor

Syntax

MACRO

Void Group.Editor.AutoLayoutFixtures(Handle handle, Int32 width, Int32 height, Boolean columns, Boolean cropGrid, Boolean selected, GroupLayoutMode mode)

HTTP

http://[ip]:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle={handle}&width={titanId}&height={titanId}&columns={bool}&cropGrid={bool}&selected={bool}&mode={}

Parameters

handle ( Handle ) : The handle of the group.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_userNumber=6&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_location=playback_2_1&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_titanId=1895&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

width ( Int32 ) : The width.

height ( Int32 ) : The height.

columns ( Boolean ) : if set to true order the fixtures in columns; otherwise order in rows.

columns

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_titanId=1895&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

cropGrid ( Boolean ) : if set to true crop the group grid size to match.

cropGrid

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_titanId=1895&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

selected ( Boolean ) : if set to true just lay out the selected fixtures.

selected

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/AutoLayoutFixtures?handle_titanId=1895&width={titanId}&height={titanId}&columns=true&cropGrid=true&selected=true&mode={}

mode ( GroupLayoutMode ) : The mode.