Class BoundingBox

Applied Stereotypes:
XSDcomplexType

Defines geometric properties of the entities as a simplified three dimensional bounding box.

Used in:
Fog , MiscObject , Pedestrian , Vehicle
Properties
  Name Type Cardinality AppliedStereotypes Description
  center Center 1..1 XSDelement Represents the geometrical center of the bounding box expressed in coordinates that refer to the coordinate system of the entity (e.g. the vehicle coordinate system).
  dimensions Dimensions 1..1 XSDelement Width, length and height of the bounding box.
XSD 1.3 Representation


<xsd:complexType name="BoundingBox">
<xsd:all>
<xsd:element name="Center" type="Center"/>
<xsd:element name="Dimensions" type="Dimensions"/>
</xsd:all>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property center
    • XSDelement [position: "1"]
  • Property dimensions
    • XSDelement [position: "2"]

To XSD