AVOLITES TITAN API

SetShapeOff

Sets the off property for a shape.

Namespace: Editor.Shapes

Syntax

MACRO

Void Editor.Shapes.SetShapeOff(Int32 shapeId, Boolean value, IEnumerable<Int32> fixtureIds)

HTTP

http://[ip]:4430/titan/script/2/Editor/Shapes/SetShapeOff?shapeId={titanId}&value={bool}&fixtureIds={}

Parameters

shapeId ( Int32 ) : The shape identifier.

value ( Boolean ) : if set to true, turn off.

value

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Shapes/SetShapeOff?shapeId={titanId}&value=true&fixtureIds={}

fixtureIds ( IEnumerable<Int32> ) : The fixture ids.