ENTITY feature_volume_hole_rectangular
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY feature_volume_hole_rectangular
SUBTYPE OF (feature_volume_hole);
hole_length : positive_length_measure_with_unit;
hole_height : positive_length_measure_with_unit;
fillet_radius : OPTIONAL positive_length_measure_with_unit;
DERIVE
fillet_radius_value : REAL := NVL(fillet_radius.value_component, 0.0);
hole_length_value : REAL := hole_length.value_component;
hole_height_value : REAL := hole_height.value_component;
WHERE
WRF14 : fillet_radius_value < (hole_length_value/2);
WRF15 : fillet_radius_value < (hole_height_value/2);
END_ENTITY;
Explicit Attributes
Entity feature_volume_hole_rectangular has the following local and inherited explicit attributes:
Derived Attributes
Entity feature_volume_hole_rectangular has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity feature_volume_hole_rectangular inherits from the following supertypes:
structural_frame_item
feature
feature_volume
feature_volume_hole
Subtypes
No subtypesReferenced By
Entity feature_volume_hole_rectangular 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