located_feature_joint_dependent
EXPRESS specification:
ENTITY
located_feature_joint_dependent
SUBTYPE
OF
(
located_feature_for_located_part
);
feature_for_joint
:
located_joint_system
;
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
located_feature_for_located_part
Entity
Subtype
No Diagram
located_joint_system
Entity
Attribute 'features'
No Diagram
Inheritance graph
ENTITY
located_feature_joint_dependent;
ENTITY
structural_frame_item
;
item_number
:
INTEGER
;
item_name
:
label
;
item_description
:
OPTIONAL
text
;
DERIVE
item_ref
:
BAG
OF
identifier
:= get_item_ref(SELF);
cost_code
:
BAG
OF
label
:= get_item_cost_code(SELF);
object_id
:
globally_unique_id
:= get_instance_id(SELF);
ENTITY
located_item
;
location
:
coord_system
;
ENTITY
located_feature
;
descriptive_feature
:
feature
;
ENTITY
located_feature_for_located_part
;
modified_part
:
located_part
;
ENTITY
located_feature_joint_dependent
;
feature_for_joint
:
located_joint_system
;
END_ENTITY
;