Skip to main content

Street Cylinder Side

Description

Street Cylinder Side

Classic street light with the luminous head cylinder-shaped attached to the pole on its edge.

  • You can adjust the dimensions of the head by setting the LuminousDiameter and Height.
  • The luminous center is located at 0,0,0.
  • There is an offset aligned to C0.
  • The pole is not modeled.
ParameterTypeExplanation
Diameterintvalue in mm
LuminousDiameterintvalue in mm
TopLuminousDiameterintvalue in mm
LuminousHeightintvalue in mm

XSD

<xs:element name="StreetCylinderSide">
<xs:complexType>
<xs:sequence>
<xs:element name="Diameter" type="xs:int"/>
<xs:element name="LuminousDiameter" type="xs:int"/>
<xs:element name="TopLuminousDiameter" type="xs:int" minOccurs="0"/>
<xs:element name="LuminousHeight" type="xs:int" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>

XML

<P3D>
<StreetCylinderSide>
<Diameter>500</Diameter>
<LuminousDiameter>460</LuminousDiameter>
</StreetCylinderSide>
</P3D>