rectangular_area
EXPRESS specification:
ENTITY
rectangular_area
SUBTYPE
OF
(
primitive_2d
);
position
:
axis2_placement_2d
;
x
:
positive_length_measure
;
y
:
positive_length_measure
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
primitive_2d
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
rectangular_area;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
primitive_2d
;
ENTITY
rectangular_area
;
position
:
axis2_placement_2d
;
x
:
positive_length_measure
;
y
:
positive_length_measure
;
END_ENTITY
;