ENTITY fastener_simple_screw
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY fastener_simple_screw
SUPERTYPE OF (ONEOF
(fastener_simple_screw_machine,
fastener_simple_screw_tapered) ANDOR
fastener_simple_screw_self_drilling ANDOR
fastener_simple_screw_self_tapping)
SUBTYPE OF (fastener_simple);
screw_type : OPTIONAL text;
screw_drive_type : OPTIONAL text;
screw_point_type : OPTIONAL text;
screw_head_height : OPTIONAL positive_length_measure_with_unit;
full_section_area : OPTIONAL area_measure_with_unit;
reduced_section_area : OPTIONAL area_measure_with_unit;
END_ENTITY;
Explicit Attributes
Entity fastener_simple_screw has the following local and inherited explicit attributes:
Derived Attributes
Entity fastener_simple_screw has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fastener_simple_screw inherits from the following supertypes:
structural_frame_item
structural_frame_product
fastener
fastener_simple
Subtypes
Entity fastener_simple_screw has the following subtypes:
fastener_simple_screw_machine*
fastener_simple_screw_self_drilling*
fastener_simple_screw_self_tapping*
fastener_simple_screw_tapered*
* - Immediate Subtypes
Referenced By
Entity fastener_simple_screw 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