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, Int32 runOnCells, Boolean absolute)

HTTP

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

Parameters

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

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

absolute ( Boolean ) : if set to true absolute.

absolute

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