Skip to main content

Street Cylinder Centered

Description

Street Cylinder Centered

Classic street light with the luminous head in cylinder shape centered on the pole.

  • You can adjust the dimensions of the cylinder by setting the Diameter and Height. Skewing is possible by selecting a different TopDiameter.
  • The height of the lid on top is 2% of the LuminousHeight.
  • The luminous center is located at 0,0,0. There is an offset aligned to C0.
  • The pole is not modelled.
ParameterTypeExplanation
Diameterintvalue in mm
TopDiameterintvalue in mm
LuminousDiameterintvalue in mm
TopLuminousDiameterintvalue in mm
LuminousHeightintvalue in mm
Heightintvalue in mm

XSD

<xs:element name="StreetCylinderCentered">
<xs:complexType>
<xs:sequence>
<xs:element name="Diameter" type="xs:int"/>
<xs:element name="TopDiameter" 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:element name="Height" type="xs:int" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>

XML

<P3D>
<StreetCylinderCentered>
<Diameter>80</Diameter>
<TopDiameter>700</TopDiameter>
<LuminousDiameter>80</LuminousDiameter>
<TopLuminousDiameter>680</TopLuminousDiameter>
<LuminousHeight>400</LuminousHeight>
<Height>500</Height>
</StreetCylinderCentered>
</P3D>