FUNCTION verify_rep_type_for_resource_property

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
FUNCTION verify_rep_type_for_resource_property
      (crd : characterized_resource_definition;
       prop_name : STRING;
       rep_types : SET OF STRING ) : LOGICAL;
      RETURN (0 = SIZEOF(QUERY (prop <* get_resource_property(crd, prop_name)| NOT (0 < SIZEOF(QUERY (prep <* USEDIN(prop, 'STEP_MERGED_AP_SCHEMA.' + 'RESOURCE_PROPERTY_REPRESENTATION.PROPERTY')| (SIZEOF(rep_types * TYPEOF(prep.representation)) = SIZEOF(rep_types))))))));
END_FUNCTION;

Referenced By

Defintion verify_rep_type_for_resource_property is references by the following definitions:
DefinitionType
 machining_cutting_component ENTITY
 machining_execution_resource ENTITY


[Top Level Definitions] [Exit]

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