Group (3D)
Properties
Group3D  |
Position and Size |
Name | Description | Values accepted | Default |
Pos X | The X coordinate for the element. | A constant or variable of type double or int. | |
Pos Y | The Y coordinate for the element. | A constant or variable of type double or int. | |
Pos Z | The Z coordinate for the element. | A constant or variable of type double or int. | |
Position [] | The double[] array with the coordinates of the element. | A double array. | |
Size X | The size of the element in the X direction. | A constant or variable of type double or int. | |
Size Y | The size of the element in the Y direction. | A constant or variable of type double or int. | |
Size Z | The size of the element in the Z direction. | A constant or variable of type double or int. | |
Size [] | The double[] array with the size of the element in each coordinate. | A double array. | |
Transform | The transformation to apply to this element. | Use the editor provided or read more about transforms. | |
Visibility and Interaction |
Name | Description | Values accepted | Default |
Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |