ENTITY fastener_simple_washer
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY fastener_simple_washer
SUPERTYPE OF (ONEOF
(fastener_simple_washer_tapered, fastener_simple_washer_load_indicating))
SUBTYPE OF (fastener_simple);
washer_shape : OPTIONAL text;
inside_diameter : OPTIONAL positive_length_measure_with_unit;
external_dimension : OPTIONAL positive_length_measure_with_unit;
DERIVE
washer_ref : BAG OF identifier := SELF\structural_frame_item.item_ref;
WHERE
WRF10 : NOT( (EXISTS (inside_diameter) AND EXISTS (external_dimension)) AND
(inside_diameter.value_component > external_dimension.value_component) );
WRF11 : NOT( (EXISTS (inside_diameter)) AND
(inside_diameter.value_component <
(SELF\fastener_simple.nominal_diameter.value_component)) );
END_ENTITY;
Explicit Attributes
Entity fastener_simple_washer has the following local and inherited explicit attributes:
Derived Attributes
Entity fastener_simple_washer has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fastener_simple_washer inherits from the following supertypes:
structural_frame_item
structural_frame_product
fastener
fastener_simple
Subtypes
Entity fastener_simple_washer has the following subtypes:
fastener_simple_washer_load_indicating*
fastener_simple_washer_tapered*
* - Immediate Subtypes
Referenced By
Entity fastener_simple_washer 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