Class Fog
- Applied Stereotypes:
-
XSDcomplexType
Defines fog at simulation runtime.
- Used in:
-
Weather
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
visualRange |
double |
1..1 |
XSDattribute
|
Unit: [m]. Range: [0..inf[. |
|
boundingBox |
BoundingBox |
0..1 |
XSDelement
|
Dimensions and center of fog in fixed coordinates. |
|
XSD 1.3 Representation |
<xsd:complexType name="Fog">
<xsd:all>
<xsd:element name="BoundingBox" type="BoundingBox" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="visualRange" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property visualRange
- Property boundingBox
- XSDelement [position: "1"]
|
To XSD