Skip to main content

Sport Cuboid

Description

Spot Cuboid

A Spotlight in cube shape mounted on a bracket attached to a cubic plate.

  • You can adjust the dimensions of the light by setting the Length, Width and Height.
  • Setting the TotalHeight parameter will affect the size of the bracket.
  • The plate size can be changed using the base dimensions.
  • The distance of the connector of the bracket to the luminaire is the same as the Height.
  • The length of the connection from the base surface to the bracket is 10% of the Height.
ParameterTypeExplanation
Widthintvalue in mm
Lengthintvalue in mm
Heightintvalue in mm
LuminousWidthintvalue in mm
LuminousLengthintvalue in mm
LuminousHeightintvalue in mm
BaseWidthintvalue in mm
BaseLengthintvalue in mm
BaseHeightintvalue in mm

XSD

<xs:element name="SpotCuboid">
<xs:complexType>
<xs:sequence>
<xs:element name="Width" type="xs:int"/>
<xs:element name="Length" type="xs:int"/>
<xs:element name="Height" type="xs:int"/>
<xs:element name="LuminousWidth" type="xs:int"/>
<xs:element name="LuminousLength" type="xs:int"/>
<xs:element name="LuminousHeight" type="xs:int"/>
<xs:element name="BaseWidth" type="xs:int" minOccurs="0"/>
<xs:element name="BaseLength" type="xs:int" minOccurs="0"/>
<xs:element name="BaseHeight" type="xs:int" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>

XML

<P3D>
<SpotCuboid>
<Width>100</Width>
<Length>100</Length>
<Height>30</Height>
<LuminousWidth>90</LuminousWidth>
<LuminousLength>90</LuminousLength>
<LuminousHeight>10</LuminousHeight>
<BaseWidth>30</BaseWidth>
<BaseLength>30</BaseLength>
<BaseHeight>10</BaseHeight>
</SpotCuboid>
</P3D>