next up previous index
Next: 3 Implementation Up: GEOM910 The CADINT Previous: 1 Introduction

2 SET File Format

SET is a French standard to exchange and archive CAD data. It was developed as a neutral file format for exchanging data between different CAD systems at Aerospatiale in 1983. The aim was to develop a more reliable alternative to IGES. It became an official French standard, Afnor Z68-300, SET, in 1985. SET was revised and extended in 1989. The version (89-06) used in CADINT, supports wireframe, surface and solid entities. Entities for drafting and connectivity applications, as well as scientific data and FEM (Finite Element Method) modelling are also included. The philosophy behind the standard is that it should be able to handle the complete information that may occur. It is also considered to be important to have an unambiguously defined format, that is compact in size, and is flexible enough to handle future demands from the CAD/CAM industry.

The structure of SET is based upon a three level hierarchical structure, which consists of data assemblies, data blocks, and data sub-blocks. Information that is common to several blocks or assemblies, is stored in a so-called dictionary.

References among entities in a SET file are made by using pointers, either directly from the blocks, or via sub-blocks or dictionary entries. Pointers to other blocks are identified by an `` !'', followed by the sequence numbers of the blocks. SET has no unique mapping of sub-block types and dictionary entries into blocks. Several combinations are allowed for each different block. Definitions of possible combinations and guidelines for implementation are given in the SET standard [1].



next up previous index
Next: 3 Implementation Up: GEOM910 The CADINT Previous: 1 Introduction


Janne Saarela
Mon Apr 3 12:46:29 METDST 1995