ENTITY fastener_simple_nut_hexagonal
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY fastener_simple_nut_hexagonal
SUBTYPE OF (fastener_simple_nut);
distance_across_vertices : OPTIONAL positive_length_measure_with_unit;
distance_across_flats : OPTIONAL positive_length_measure_with_unit;
WHERE
WRF6 : EXISTS (distance_across_vertices) OR EXISTS (distance_across_flats);
WRF7 : NOT( (distance_across_flats.value_component >
distance_across_vertices.value_component) AND
(EXISTS (distance_across_vertices) AND EXISTS (distance_across_flats)) );
END_ENTITY;
Explicit Attributes
Entity fastener_simple_nut_hexagonal has the following local and inherited explicit attributes:
Derived Attributes
Entity fastener_simple_nut_hexagonal has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fastener_simple_nut_hexagonal inherits from the following supertypes:
structural_frame_item
structural_frame_product
fastener
fastener_simple
fastener_simple_nut
Subtypes
No subtypesReferenced By
Entity fastener_simple_nut_hexagonal 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