(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY counterbore_hole_definition
SUBTYPE OF (explicit_composite_hole);
counterbore : LIST [1:?] OF UNIQUE explicit_round_hole;
drilled_hole_depth : OPTIONAL positive_length_measure_with_unit;
drilled_hole_depth_tolerance : OPTIONAL tolerance_value;
drilled_hole_diameter : positive_length_measure_with_unit;
drilled_hole_diameter_tolerance : OPTIONAL tolerance_value_or_limits_and_fits;
through_hole : BOOLEAN;
WHERE
WR1:
through_hole XOR EXISTS(drilled_hole_depth);
wr2:
'STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF(drilled_hole_depth_tolerance\tolerance_value.lower_bound);
wr3:
'STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF(drilled_hole_depth_tolerance\tolerance_value.upper_bound);
wr4:
NOT ('STEP_MERGED_AP_SCHEMA.TOLERANCE_VALUE' IN TYPEOF(drilled_hole_diameter_tolerance)) OR ('STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF(drilled_hole_diameter_tolerance\tolerance_value.lower_bound));
wr5:
NOT ('STEP_MERGED_AP_SCHEMA.TOLERANCE_VALUE' IN TYPEOF(drilled_hole_diameter_tolerance)) OR ('STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF(drilled_hole_diameter_tolerance\tolerance_value.upper_bound));
END_ENTITY;
|
|
Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00