ENTITY global

(* SCHEMA iges_types_schema; *)
   ENTITY global;
      parameter_delimiter : STRING(1);
      record_delimiter : STRING(1);
      product_identification_sender : STRING;
      file_name : STRING;
      system_id: STRING;
      preprocessor_version : STRING;
      number_of_binary_bits : INTEGER;		-- in integer data
      single_precision_magnitude : INTEGER;
      single_precision_significance : INTEGER;
      double_precision_magnitude : INTEGER;
      double_precision_significance : INTEGER;
      product_identification_receiver : STRING;
      model_space_scale: REAL;
      unit_flag : unitFlag;
      units : STRING;
      max_num_line_weight_gradations : INTEGER;     -- default is 1
      width_max_line_weight : REAL;
      date_time_file_generation : STRING;
      min_resolution : REAL;
      max_coordinate_value : REAL;
      author : STRING;
      organization : STRING;
      version : INTEGER;
      drafting_standard_code : draftingStandardCode;
      date_time_created_modified : STRING;
      milspec : STRING; 	 -- added in 5.3
   END_ENTITY;

Explicit Attributes

Entity global has the following local and inherited explicit attributes:
AttributeTypeDefined By
 parameter_delimiterSTRINGglobal
 record_delimiterSTRINGglobal
 product_identification_senderSTRINGglobal
 file_nameSTRINGglobal
 system_idSTRINGglobal
 preprocessor_versionSTRINGglobal
 number_of_binary_bitsINTEGERglobal
 single_precision_magnitudeINTEGERglobal
 single_precision_significanceINTEGERglobal
 double_precision_magnitudeINTEGERglobal
 double_precision_significanceINTEGERglobal
 product_identification_receiverSTRINGglobal
 model_space_scaleREALglobal
 unit_flagunitFlag (ENUM)global
 unitsSTRINGglobal
 max_num_line_weight_gradationsINTEGERglobal
 width_max_line_weightREALglobal
 date_time_file_generationSTRINGglobal
 min_resolutionREALglobal
 max_coordinate_valueREALglobal
 authorSTRINGglobal
 organizationSTRINGglobal
 versionINTEGERglobal
 drafting_standard_codedraftingStandardCode (ENUM)global
 date_time_created_modifiedSTRINGglobal
 milspecSTRINGglobal

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity global and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 iges_file ENTITY global


[Top Level Definitions] [Exit]

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