Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

3D Structure of the files..? (iges, prt, etc.)

Status
Not open for further replies.

MarioB

Automotive
Joined
Oct 5, 2001
Messages
1
Location
DE
Hi there,

i´m interested in how a 3D file looks like, but inside, in the file.

how the lines, surfaces,tables, objects, and so on are saved in the file.

The big interest is iges, but i won`t mind if you tell me about more.

Thanks.

M
 
Sure, easy.
Open any cad file in a text editor and all will be revealed to you. There must be a standard somewhere which will interpret these data lines for you.
Most cad files will be proprietary text files, although the 3d kernal is probably pretty uniform. Other cad files will be proprietary binary files.
The concept of a file is there is a header with general information that identifies the file as what it is, then a series of setup parameters, layers, colors, etc.,
Finally, the data in a part or drawing file is a series of vector descriptions of the elements of solids or lines athat make up the part or drawing. For an assembly it is a list of the parts and the assembly rules.

Crashj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top