CartesianDimension

Note: There is a newer version of this specification see VEC 2.1.0

The CartesianDimension specifies the size of an object in 2D-space.

General Information

Attribute Value
Owner geo_2d
Applied Stereotype
Base Classifier ExtendableElement
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
height Double 1

Specifies the height of the object. The unit of this value is the baseUnit of containing BuildingBlockSpecification2D.

CartesianDimension
width Double 1

Specifies the width of the object. The unit of this value is the baseUnit of containing BuildingBlockSpecification2D.

CartesianDimension

Incoming Relations

Type Mult. Role Mult. Description
BuildingBlockSpecification2D 0..1 boundingBox 1 Specifies the size of the area described by the BuildingBlockSpecification2D in Cartesian dimensions.
Previous