Navigation

placement

EXPRESS specification:

ENTITY placement
SUPERTYPE OF (ONEOF(axis2_placement_2d, axis2_placement_3d, axis1_placement))
SUBTYPE OF ( geometric_representation_item);
location  :  cartesian_point;
END_ENTITY;

References (7):

Name Type Referred through Express-G
axis1_placement Entity
Supertype
No Diagram
axis2_placement_2d Entity
Supertype
No Diagram
axis2_placement_3d Entity
Supertype
No Diagram
geometric_representation_item Entity
Subtype
No Diagram
material_anisotropic Entity
Attribute 'material_location'
No Diagram
move Entity
Attribute 'initial_location'
Attribute 'final_location'
No Diagram

Inheritance graph

ENTITY placement;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY placement;
location  :  cartesian_point;
END_ENTITY;