BoundingBox

The bounding box is defined for the processed state of the component, as it appears in the finished product. Therefore, it is valid to use the bounding box as simplified geometry of the component for viewing or simple DMU operations. For correct 3D positioning, the bounding might require a transformation in the coordinate system of the component (see LocalGeometrySpecification.BoundingBoxPositioning).

The bounding box defines the smallest cuboid (box) that can contain a described part completely. If a component has multiple variants, the bounding box is the smallest cuboid that can contain every variant, while maintaining the spatial orientation of the bounding box and component variants.

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

AttributeValue
Ownerphysical_information
Applied Stereotype
Base ClassifierExtendableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
xNumericalValue0..1

Defines the extent of the bounding box in the direction of x (length).

BoundingBox
yNumericalValue0..1

Defines the extent of the bounding box in the direction of y (width).

BoundingBox
zNumericalValue0..1

Defines the extent of the bounding box in the direction of z (height).

BoundingBox

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
boundingBox0..1YYNGeneralTechnicalPartSpecification

Defines the bounding box of the part.

Previous