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
  dimensions Dimensions 1..1 XSDelement Width, length and height of the bounding box.
  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).
XSD 1.4 Representation


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

Change log from version 1.3
  • Property 'dimensions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'center'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property dimensions
    • XSDelement
  • Property center
    • XSDelement

To XSD