ENTITY fastener_simple_stud
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - see Issue 14 *)
ENTITY fastener_simple_stud
SUBTYPE OF (fastener_simple);
thread_length_1 : positive_length_measure_with_unit;
thread_length_2 : OPTIONAL positive_length_measure_with_unit;
length_of_shank : OPTIONAL positive_length_measure_with_unit;
full_section_area : OPTIONAL area_measure_with_unit;
reduced_section_area : OPTIONAL area_measure_with_unit;
DERIVE
thread_length_value_1 : REAL := thread_length_1.value_component;
thread_length_value_2 : REAL := NVL(thread_length_2.value_component, 0.0);
length_of_shank_value : REAL := NVL(length_of_shank.value_component, 0.0);
WHERE
WRF33 : NOT (EXISTS(SELF\fastener_simple.nominal_length) AND (
(thread_length_value_1 + thread_length_value_2 + length_of_shank_value) >
(SELF\fastener_simple.nominal_length.value_component) ) );
(*
if a nominal length is specified its value shall be greater than the sum of
the 2 thread lengths and the shank
*)
END_ENTITY;
Explicit Attributes
Entity fastener_simple_stud has the following local and inherited explicit attributes:
Derived Attributes
Entity fastener_simple_stud has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fastener_simple_stud inherits from the following supertypes:
structural_frame_item
structural_frame_product
fastener
fastener_simple
Subtypes
No subtypesReferenced By
Entity fastener_simple_stud 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