GISBox

IGES (Initial Graphics Exchange Specification)

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

**IGES (Initial Graphics Exchange Specification) **is an intermediate file format for exchanging geometric data such as drawings and 3D models between CAD (Computer-Aided Design) systems. It was established by the American National Standards Institute (ANSI) in 1980 with the aim of ensuring compatibility between different CAD software. It has been widely used as a standard format for sharing and reusing design data of parts and structures between vendors, especially in the manufacturing and mechanical design industries.

Data Format Overview

IGES files are basically ASCII text files and consist of the following five sections:

  1. Start Section

Comments including information about the file creator and CAD system

  1. Global Section

Unit system (mm, inch, etc.), date, format version, etc.

  1. Directory Entry Section

Overview information about the entity (type, attributes, hierarchy information, etc.)

  1. Parameter Data Section

Details of the actual shape, dimensions, and geometry data

  1. Terminate Section

Section indicating the end of the file

Pros

  1. High compatibility: Can be read and written by many CAD software
  2. **Open specifications: **Specifications are publicly available, allowing developers to implement them
  3. **Long track record: **Widely used since the 1980s, highly reliable
  4. **Supports a variety of data formats: **Supports a variety of entities including 2D, 3D, and annotations

Cons

  1. Not suitable for solid modeling: As an intermediate file, it only covers surfaces, and volume information is incomplete.
  2. Old format: Outdated compared to STEP and other new XML-based formats.
  3. **Interoperability issues: **Complete conversion between CAD models may not be guaranteed (shape distortion and missing attributes).
  4. File sizes tend to be large: Data tends to become redundant.

Application Scenario

IGES has been used extensively in the manufacturing industry and in the fields of mechanical and automotive design. For example, IGES has served as a “common language” for the exchange of product design data between companies using different CAD systems due to its high compatibility. The IGES format is also used to share design data with external parties in the early stages of 3D printing and when migrating design assets from legacy CAD systems to new environments. It has also been used as a bridge to CAE (numerical analysis) and CAM (manufacturing and processing), and has played an important role as an intermediate medium to facilitate a series of data exchanges from design to analysis and processing.

Example

  1. (a) Part converted to IGES format (b) Sample mesh generation process.

  1. Direct translation places a significant burden on the user compared to using a neutral format such as IGES (or STEP).

File Opening Mode

  1. View the IGES file in the software.

Related GIS files

LYR

MID

MDB

QLR

References

  1. https://en.wikipedia.org/wiki/IGES#:~:text=The%20Initial%20Graphics%20Exchange%20Specification,an%20ASCII%2Dbased%20textual%20format.
  2. https://dpt3.dptcorporate.com/Content/Help/language/glossary/T_IGES.htm
  3. https://nvlpubs.nist.gov/nistpubs/sp958-lide/246-249.pdf