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
2023-12-22T16:32:01-05:00