Skip to main content

Object

This element is a generic object. It can move in the 3 axis.

This element must be used with 2D scene context.

Icon

Object 3D

2D Representation

object on Scene2D

By default, the SVG Definition parameter is undefined and the 2D representation uses the size and the color parameter to display a square with the element's name in the center.

If the SVG Definition parameter is defined, it will use the defined SVG as its 2D representation.

3D Representation

object in 3D

External parameters

Show/Hide all parameters
parametereditable via "Parameter" tabupdatable via a mappingdescriptionunittype
X-axis position✔️✔️Position of the element on the X-axis.meterDecimal number
Y-axis position✔️✔️Position of the element on the Y-axis.meterDecimal number
Z-axis position✔️✔️Position of the element on the Z-axis.meterDecimal number
Z-axis angleAngle of the element on the Z-axis.degreeDecimal number
X-axis angleAngle of the element on the X-axis.degreeDecimal number
Y-axis angleAngle of the element on the Y-axis.degreeDecimal number
SVG Definition✔️✔️Svg representation on the scene. Make sure your SVG is valid before entering a value in field.-Text
Visibility✔️✔️This parameter allows you to choose if you want the element to be visible or not on the scene during the execution of the scenario. If the item is part of a group, it can inherit the value of that group.-Enumeration (visible, hidden, inherit)
Threshold zoom out✔️Zoom level from which its representation on the scene is no longer modified.%Decimal number
Size on X-axis✔️✔️Length of the block 3D.meterDecimal number
Size on Y-axis✔️✔️Width of the block 3D.meterDecimal number
Size on Z-axis✔️✔️Height of the block 3D.meterDecimal number
Color✔️✔️Color of the element. This parameter can be edited.-Hexadecimal
longitude coordinateAutomatically calculated longitude value, based on the origin defined for the context and the position of the element.degreeDecimal number
latitude coordinateAutomatically calculated latitude value, based on the origin defined for the context and the position of the element.degreeDecimal number
3D URL✔️✔️This paramater allow the user to import its own 3D Model in 3DExtension. The url can point to a local asset or an online asset-Enumeration(false, true)

Triggered behaviours

See Triggered behaviours and events page for more explanation: Triggered behaviours and events

Show/Hide all triggered behaviours

Destroy

At the reception of the flow, the element is destroy.

No parameters for this triggered behaviour.

Events

See Triggered behaviours and events page for more explanation: Triggered behaviours and events.

Show/Hide all events
eventdescription
On Parameter Value ChangedThe element can send information to the model when the value of the selected parameter has changed
ContinuallyThe object can send information to the model continuously
At initializationThe object can send information to the model once at initialization

Tips

You can also create SVG customized arrow or from a template in svg edition window. See Arrow Edition Mode