Short question:
Does CADImport VCL support AutoCad-views?
~ Joe
Search found 5 matches
- 12 Dec 2006, 13:22
- Forum: CAD VCL
- Topic: BoundingBox
- Replies: 5
- Views: 20860
- 12 Dec 2006, 11:31
- Forum: CAD VCL
- Topic: BoundingBox
- Replies: 5
- Views: 20860
Hi Sergey, thanks for your quick reply. Here an example: procedure dosomething; var cad: TsgDXFImage; src: TFRect; begin //Interface to provide dwg, dxf, ... -images cad := TsgDXFImage(Loader.GetImage); while (cad.IsLoading and (not Assigned(cad)))do sleep(10); {BoundingBox} if (Assigned(cad)) then ...
- 12 Dec 2006, 10:42
- Forum: CAD VCL
- Topic: BoundingBox
- Replies: 5
- Views: 20860
BoundingBox
Hi, i've the following Problem: I need the bounding-box (TFRect) from a dxf-image. I designed an Interface, which provide me i way to access several dxf-images implemetations. In your documentation there are 4 different properties and methods to get such a boubding-box. For Example: * TsgDXFImage.Cu...
- 20 Sep 2006, 17:57
- Forum: CAD VCL
- Topic: File Extensions
- Replies: 1
- Views: 10253
File Extensions
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
Which file extension belongs to which class?
For examble: *.dwg belongs to TsgDWGImage
Thanks for help.
~ Joe