Class DomeImage
- Applied Stereotypes:
-
XSDcomplexType
Image reference to represent the sky and optionally the lighting if the image also contains lighting information.
- Used in:
-
Weather
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
azimuthOffset |
double |
0..1 |
XSDattribute
|
Offset to north / y-axis of world coordinate system (counter-clockwise). Unit: [rad]. Range: [0..2*PI]. 0 means the left and right borders of the image are aligned with the y-axis of the world coordinate system. Default if omitted: 0. |
|
domeFile |
File |
1..1 |
XSDelement
|
Filepath to the dome file. |
|
XSD 1.3 Representation |
<xsd:complexType name="DomeImage">
<xsd:sequence>
<xsd:element name="DomeFile" type="File"/>
</xsd:sequence>
<xsd:attribute name="azimuthOffset" type="Double"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property azimuthOffset
- Property domeFile
- XSDelement [position: "1"]
|
To XSD