Search found 5 matches

by Joe
22 May 2007, 11:04
Forum: CAD VCL
Topic: ACAD Views
Replies: 1
Views: 11016

ACAD Views

Short question:

Does CADImport VCL support AutoCad-views?

~ Joe
by Joe
12 Dec 2006, 13:22
Forum: CAD VCL
Topic: BoundingBox
Replies: 5
Views: 20860

Thanks again, but it still don't work.

Why is <b>CurrentLayout</b> after loading in dxf/dwg-image (for example) nil?

What the procedure <b>RefreshCurrentLayout</b> do?

Why does after second call of <b>GetExtents</b> throw an exception?

~ Joe
by Joe
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 ...
by Joe
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...
by Joe
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