Navigation

fastener_simple

EXPRESS specification:

ENTITY fastener_simple
SUPERTYPE OF (ONEOF(fastener_simple_bolt, fastener_simple_nut, fastener_simple_washer, fastener_simple_stud, fastener_simple_nail, fastener_simple_pin, fastener_simple_screw, fastener_simple_shear_connector) ANDOR fastener_simple_countersunk ANDOR fastener_simple_curved)
SUBTYPE OF ( fastener);
nominal_diameter  :  positive_length_measure_with_unit;
nominal_length  :  OPTIONAL positive_length_measure_with_unit;
END_ENTITY;

References (11):

Name Type Referred through Express-G
fastener Entity
Subtype
No Diagram
fastener_simple_bolt Entity
Supertype
No Diagram
fastener_simple_countersunk Entity
Supertype
No Diagram
fastener_simple_curved Entity
Supertype
No Diagram
fastener_simple_nail Entity
Supertype
No Diagram
fastener_simple_nut Entity
Supertype
No Diagram
fastener_simple_pin Entity
Supertype
No Diagram
fastener_simple_screw Entity
Supertype
No Diagram
fastener_simple_shear_connector Entity
Supertype
No Diagram
fastener_simple_stud Entity
Supertype
No Diagram
fastener_simple_washer Entity
Supertype
No Diagram

Inheritance graph

ENTITY fastener_simple;
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 structural_frame_product;
life_cycle_stage  :  OPTIONAL label;
ENTITY fastener;
fastener_grade  :  OPTIONAL label;
ENTITY fastener_simple;
nominal_diameter  :  positive_length_measure_with_unit;
nominal_length  :  OPTIONAL positive_length_measure_with_unit;
END_ENTITY;