ENTITY fastener_simple_bolt
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY fastener_simple_bolt
SUPERTYPE OF (ONEOF
(fastener_simple_bolt_circular_head,
fastener_simple_bolt_hexagonal_head,
fastener_simple_bolt_square_head))
SUBTYPE OF (fastener_simple);
length_of_shank : OPTIONAL positive_length_measure_with_unit;
bolt_preload : OPTIONAL force_measure_with_unit;
full_section_area : OPTIONAL area_measure_with_unit;
reduced_section_area : OPTIONAL area_measure_with_unit;
DERIVE
bolt_ref : BAG OF identifier := SELF\structural_frame_item.item_ref;
END_ENTITY;
Explicit Attributes
Entity fastener_simple_bolt has the following local and inherited explicit attributes:
Derived Attributes
Entity fastener_simple_bolt has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fastener_simple_bolt inherits from the following supertypes:
structural_frame_item
structural_frame_product
fastener
fastener_simple
Subtypes
Entity fastener_simple_bolt has the following subtypes:
fastener_simple_bolt_circular_head*
fastener_simple_bolt_hexagonal_head*
fastener_simple_bolt_square_head*
* - Immediate Subtypes
Referenced By
Entity fastener_simple_bolt and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00