TYPE one_or_two

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
TYPE one_or_two = positive_integer;
   WHERE
      in_range:
         (SELF = 1) OR (SELF = 2);
END_TYPE;

Referenced By

Defintion one_or_two is references by the following definitions:
DefinitionType
 general_linear_function ENTITY
 homogeneous_linear_function ENTITY


[Top Level Definitions] [Exit]

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