ENTITY section_profile_angle
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY section_profile_angle
SUBTYPE OF (section_profile_simple);
depth : positive_length_measure_with_unit;
width : OPTIONAL positive_length_measure_with_unit;
thickness : positive_length_measure_with_unit;
internal_fillet_radius : OPTIONAL positive_length_measure_with_unit;
edge_fillet_radius : OPTIONAL positive_length_measure_with_unit;
leg_slope : OPTIONAL ratio_measure_with_unit;
DERIVE
width_value : REAL := NVL(width.value_component, depth.value_component);
WHERE
WRS5 : depth.value_component > thickness.value_component;
END_ENTITY;
Explicit Attributes
Entity section_profile_angle has the following local and inherited explicit attributes:
Derived Attributes
Entity section_profile_angle has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity section_profile_angle inherits from the following supertypes:
structural_frame_item
section_profile
section_profile_simple
Subtypes
No subtypesReferenced By
Entity section_profile_angle 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