TYPE draftingStandardCode

(* SCHEMA iges_types_schema; *)
   TYPE
      draftingStandardCode = ENUMERATION OF (
      none,			(* 00 *)
      ISO,			(* 01 *)
      AFNOR,			(* 02 *)
      ANSI,			(* 03 *)
      BSI,			(* 04 *)
      CSA,			(* 05 *)
      DIN,			(* 06 *)
      JIS			(* 07 *)
      );
   END_TYPE;

Referenced By

Defintion draftingStandardCode is references by the following definitions:
DefinitionType
 global ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00