Skip to content
Novus Examples
iges648 B

IGES — Minimal Line Entity

A minimal, well-formed IGES 5.3 file with a single LINE entity and correct Start/Global/Directory/Parameter/Terminate sections. For testing IGES parsers and CAD conversion.

Preview — first 9 linesiges
Novus Examples minimal IGES sample - single line entity                 S      1
1H,,1H;,13HNovusExamples,8Hcube.igs,5HNOVUS,5H1.0.0,32,38,6,308,15,8HcubG      1
e.igs,1.0,2,2HMM,1,1.0,15H20260101.000000,0.001,0.0,13HNovusExamples,13HG      2
NovusExamples,11,0;                                                     G      3
     110       1       0       0       0       0       0       000000000D      1
     110       0       0       1       0                               0D      2
110,0.0,0.0,0.0,10.0,0.0,0.0;                                          1P      1
S      1G      3D      2P      1                                        T      1

Specifications

Format
IGES 5.3
Entities
1 LINE (type 110)
Units
mm
Note
minimal, fixed-column, well-formed

What is a .iges file?

IGES (Initial Graphics Exchange Specification) is an older neutral CAD format for exchanging 2D and 3D geometry such as curves, surfaces, and wireframes as structured text records. It predates STEP and remains supported for legacy interoperability. It stores precise geometry rather than tessellated meshes.

How to use this file

Use an example IGES file to test legacy CAD parsing, surface and wireframe import, and converters that migrate older geometry into STEP or modern tools.

How to use this file for testing

“IGES — Minimal Line Entity” is a deterministic Novus Examples fixture for Conversion testing. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.

Documented properties for this file: IGES 5.3. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

3D and CAD fixtures carry one small, documented solid or scene. Convert and inspect against the known geometry, units, and structure; format twins let you diff interchange fidelity, and the 3D viewer previews the actual mesh.

Generated by generation/models.py. Free for any use, no attribution required — license.