Search found 10 matches

by fabzouni
28 Jun 2007, 10:58
Forum: CAD VCL
Topic: What about new version
Replies: 3
Views: 15207

Hi,

I already receive the beta version, that seems to work well.
But to distribute my application, I prefer to wait for the stable release.

Thanks for your answer.

Fabzouni
by fabzouni
27 Jun 2007, 12:28
Forum: CAD VCL
Topic: What about new version
Replies: 3
Views: 15207

What about new version

Hi,

I'm currently using the last official version (6.1) with delphi 2005 and I have some problems solved into the 6.2 beta version.
Could you tell me when the 6.2 official version will be available.
Before the end of july will be great !

Thanks,

Fabzouni
by fabzouni
04 May 2007, 11:18
Forum: CAD VCL
Topic: Know if a point is inside a closed Polyline
Replies: 1
Views: 10341

Know if a point is inside a closed Polyline

Hi,

My question is :
Is it possible to know if a point is contained into a closed polyline (TsgDxgPolyline)?
In my case, I already know which polyline (TsgDxgPolyline) and the coordinates of the point that I need to test.

thanks in advance.

Fabzouni
by fabzouni
12 Jul 2006, 17:48
Forum: CAD VCL
Topic: How to know if Xrefs are missing
Replies: 3
Views: 15107

Hello,

This works very well.
Another question do you plan to add the TsgDXFBlock Xref property into your code ?

It would be great to have a property (of TsgDXFConverter) that gives the list of missing Xref without needing to check all blocks.

Thanks

Fabzouni
by fabzouni
11 Jul 2006, 18:39
Forum: CAD VCL
Topic: How to know if Xrefs are missing
Replies: 3
Views: 15107

How to know if Xrefs are missing

Hi, When I open a dwg file (with tsgimage), sometimes an Xref file is missing, and the displayed image is not complete. I would like to know if one of the needed Xref file is missing. Is there any property (of TsgDXFConverter maybe) that could help me to know witch files were not found. Thanks Fabzo...
by fabzouni
29 Jun 2006, 18:47
Forum: CAD VCL
Topic: How to know if a layer is from an xref
Replies: 1
Views: 10251

How to know if a layer is from an xref

Hi, When i get the list of an autocad file, I have all the layers of this file but also the ones that are defined into an external reference file. These "external layers" name are like "external filename|layer name" I would like to know if the layer if defined into an external file or not. I've seen...
by fabzouni
29 May 2006, 20:05
Forum: CAD VCL
Topic: SgImage Size limit
Replies: 2
Views: 12719

SgImage Size limit

Hi, I've a problem to display a Dwg into a sgImage. When i open this file (using tsgdxfimage) the picture is displayed very small into a very big white sheet. It is the same thing if i open the same file with abviewer, But if i open it with autocad, no problem. Maybe it's because the origin is very ...
by fabzouni
18 May 2006, 11:37
Forum: CAD VCL
Topic: Problems with ChangeScale method
Replies: 1
Views: 9491

Hi, If someone is interrested I found the solution to my problem. What i do Is : From cad coord of the rect to display * calculate the zoom factor to display this rect * find the center point of this rect * changing the scale not in one step (it dont works) - Get the coordinate of the rect center (i...
by fabzouni
15 May 2006, 17:26
Forum: CAD VCL
Topic: Frozen layers are not visible
Replies: 1
Views: 10211

Frozen layers are not visible

Hi, When I use TsgImage to display a dxf file (with TsgDxfImage) the frozen layers are not visible at screen (but its visible property is true) . If I want these layers to be visible, I must force the frozen property of the Layer to False. Is there another mean to say that all frozen layers are visi...
by fabzouni
15 May 2006, 14:48
Forum: CAD VCL
Topic: Problems with ChangeScale method
Replies: 1
Views: 9491

Problems with ChangeScale method

Hi, I'm using TsgImage and TsgDxfImage with delphi 2005. I would like to display an area (define by a rectangle) of a dxf file into a tSgImage, but i've some problems (bug maybe) with TsgImage.changeScale method. To do this, I've made the following procedure I think there is something wrong with "My...