File Extensions

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
Joe
Posts: 5
Joined: 20 Sep 2006, 17:51

File Extensions

Post by Joe » 20 Sep 2006, 17:57

You mention different CAD extentions on your webpage: *.dwg; *.dxf; *.plt; *.hgl;*.hg;*.hpg; *.plo;*.hp;*.hp1;*.hp2;*.hpgl; *.hpgl2;*.gl2;*.prn;*.spl .

Which file extension belongs to which class?

For examble: *.dwg belongs to TsgDWGImage

Thanks for help.

~ Joe

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 20 Sep 2006, 19:03

Hello Joe!

*.dxf belongs to TsgDXFImage
*.dwg belongs to TsgDWGImage
*.plt, *.hgl, *.rtl, *.hg, *.plo, *.hp, *.hp1, *.hp2, *.hpg, *.hpgl*, *.hpgl2, *.gl2, *.prn, *.spl belongs to TsgHPGLImage
*.svg, *.svgz belongs to TsgSVGImage
*.cgm belongs to TsgCGMImage

<b>Important</b>: it is necessary to follow the structure of classes or reading the files will be incorrect.

Sergey.

please post questions to the forum or write to support@cadsofttools.com

Post Reply