FUNCTION surface_condition_correlation

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP238 STEP-NC
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
FUNCTION surface_condition_correlation
      (pd : property_definition;
       rep : representation ) : LOGICAL;
      CASE pd.name OF
         'visual appearance', 'tactile appearance', 'contact ratio', 'hardness', 'treatment result', 'surface texture' :
               RETURN (pd.name = rep.name);
      OTHERWISE :
            RETURN (FALSE);
      END_CASE;
END_FUNCTION;

Referenced By

Defintion surface_condition_correlation is references by the following definitions:
DefinitionType
 restrict_representation_for_surface_condition RULE


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00