BoundingBox
Note: There is a newer version of this specification see VEC 2.1.0
The bounding box is used to define a cuboid (box) that can contain a described part completely. Therefore, it is a simplified representation of the bounding volume and represents a definition of the maximum volume occupied by the part.
It is valid to use the BoundingBox to describe the dimensions of a component, even if not all dimensions are known (e.g. only length and width). However, it must be possible to transform such a partial bounding box into a complete bounding box by adding the missing dimensions.
General Information
Attribute | Value |
---|---|
Owner | physical_information |
Applied Stereotype | |
Base Classifier | |
Is Abstract | false |
Derived Classifiers |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|---|---|---|---|
x | NumericalValue | 0..1 | Defines the extent of the bounding box in the direction of x (length). |
BoundingBox |
y | NumericalValue | 0..1 | Defines the extent of the bounding box in the direction of y (width). |
BoundingBox |
z | NumericalValue | 0..1 | Defines the extent of the bounding box in the direction of z (height). |
BoundingBox |
Incoming Relations
This End | Other End | General | |||||
---|---|---|---|---|---|---|---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
boundingBox | 0..1 | Y | Y | N | GeneralTechnicalPartSpecification | Defines the bounding box of the part. |