Class Dimensions
- Applied Stereotypes:
-
XSDcomplexType
Dimensions for a three dimensional box. Width, length and height are the absolute extensions in the (y,x,z) coordinate system of the entity's local coordinate system.
- Used in:
-
BoundingBox
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
height |
double |
1..1 |
XSDattribute
|
Height of the entity's bounding box. Unit: [m]. Range: [0..inf[. |
|
length |
double |
1..1 |
XSDattribute
|
Length of the entity's bounding box. Unit: [m]. Range: [0..inf[. |
|
width |
double |
1..1 |
XSDattribute
|
Width of the entity's bounding box. Unit: [m]. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="Dimensions">
<xsd:attribute name="height" type="Double" use="required"/>
<xsd:attribute name="length" type="Double" use="required"/>
<xsd:attribute name="width" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property height
- Property length
- Property width
|
To XSD