AVOLITES TITAN API

CreateShape

Places the specified shape in the programmer and plays it on the currently selected fixtures.

Namespace: Editor.Shapes

Syntax

MACRO

Void Editor.Shapes.CreateShape(String shapeId, Boolean runOnCells, Boolean absolute)

HTTP

http://[ip]:4430/titan/script/2/Editor/Shapes/CreateShape?shapeId={string}&runOnCells={bool}&absolute={bool}

Parameters

shapeId ( String ) : The name of the shape to create.

runOnCells ( Boolean ) : if set to true [run on cells].

runOnCells

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Shapes/CreateShape?shapeId={string}&runOnCells=true&absolute=true

absolute ( Boolean ) : if set to true absolute.

absolute

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Shapes/CreateShape?shapeId={string}&runOnCells=true&absolute=true