Search found 12 matches

by AmperNr1
19 Mar 2012, 13:00
Forum: CAD VCL
Topic: Exporting paint box to DXF
Replies: 4
Views: 22002

Re: Exporting paint box to DXF

Thank You very much.

Now I'm trying to make a copy on one layout and with unique block (inserts) names.
I hope Your explanation help me to find solution.

Mariusz
by AmperNr1
15 Mar 2012, 15:27
Forum: CAD VCL
Topic: Exporting paint box to DXF
Replies: 4
Views: 22002

Re: Exporting paint box to DXF

Hello Alexander, Thank you for the answer. On the end, on the paint box, I have 7 different DXF's. 6 of them are always the same (read from external DXF files - NOT created by a program) and two from these 6 are not exported. Besides - there is another DXF, which is always different (depends on user...
by AmperNr1
15 Mar 2012, 11:49
Forum: CAD VCL
Topic: Exporting paint box to DXF
Replies: 4
Views: 22002

Exporting paint box to DXF

Hello, I have a (big) problem with exporting to DXF. I've been testing some approach of using TsgCADtoDXF (in C++ Builder 2009), but some kinds of DXF's are not exported. Exporting to DXF is the last stage of my project and everything else work properly. I have a paintbox: TSGDrawingNavigator *FsgPa...
by AmperNr1
08 Mar 2011, 16:41
Forum: CAD VCL
Topic: Problems with some Dimension properties
Replies: 1
Views: 12290

Problems with some Dimension properties

Hello. I have a problem (during reading properties) with some Dimension properties: ExtLineExt property is always 0.18, ExtLineOffset property is always 0.0625 TextOffset property is always 0.0625. Others properties are changing during program run (depend on particular dimension). Part of code looks...
by AmperNr1
02 Feb 2011, 17:28
Forum: CAD VCL
Topic: How to gat entities points in order to make an envelope?
Replies: 2
Views: 15260

Re: How to gat entities points in order to make an envelope?

Thank You for advice.
I know that this problem is not trivial. I'm going to make some my class and methods to create an envelope, but this will be very useful in the future.

Best regards,

Mariusz
by AmperNr1
01 Feb 2011, 16:07
Forum: CAD VCL
Topic: How to gat entities points in order to make an envelope?
Replies: 2
Views: 15260

How to gat entities points in order to make an envelope?

Hello. For a few last days I've been struggling with the problem "how to describe an envelope around DXF file?". I know that I should have vertexes points, but in one DXF file there are many kind of entities possible. How to get that points - independently of particular kind of entity or how to desc...
by AmperNr1
06 Dec 2010, 13:56
Forum: CAD VCL
Topic: Drawing circle in 3D space
Replies: 1
Views: 12953

Drawing circle in 3D space

Hello. I have a problem with drawing circle (ellipse) in 3D space. When I calculate x,y,z coordinates of the end point of the major axis of an ellipse (circle) then Z axis is ignored in view. Fragment of my code looks as follow: MainConv = vGlobalCADFile->Converter; TsgDXFEllipse *Circle = new TsgDX...
by AmperNr1
22 Nov 2010, 16:41
Forum: CAD VCL
Topic: Problems with saving DXF
Replies: 2
Views: 16071

Re: Problems with saving DXF

Hello Alexander.

Thank you for a clue. I've made some changes basing on http://www.cadsofttools.com/forum/viewt ... =14&t=1925 and now I'm thinking is much better than was before.

Best regards,

Mariusz Hyżorek
by AmperNr1
18 Nov 2010, 13:05
Forum: CAD VCL
Topic: Problems with saving DXF
Replies: 2
Views: 16071

Problems with saving DXF

I have a big problem with saving DXF file. When I try to save the result of my program consist many DXF's on the canva (picture) then instead of one big DXF consist my previous positioned DXF's in proper positions, I recieve one file with chaotic placed DXF's. To save a file I use folowing code: Tsg...
by AmperNr1
15 Nov 2010, 13:16
Forum: CAD VCL
Topic: Mirroring function to separate DXF's
Replies: 1
Views: 13191

Mirroring function to separate DXF's

Hello everyone. I have big problem with mirroring/rotating function. The problem doesn't exist to one DXF or when I'm trying to mirror whole image (with many DXF's on the canva). To show what am I talking (writting) about I need to paste some code (the example appies to rotate around Z axis but is d...
by AmperNr1
18 Oct 2010, 15:56
Forum: CAD VCL
Topic: How to change parameters of an entity?
Replies: 1
Views: 12248

How to change parameters of an entity?

Hello.

I have one question: How to change parameters of an entity, when the entity is new DXF file (not simple line, circle or things like that)? How to change its color and move it on a screen without moving others entities?

Thank you for any help.

Mariusz Hyżorek
by AmperNr1
14 Oct 2010, 12:56
Forum: CAD VCL
Topic: Problem with inserting next DXF files
Replies: 1
Views: 12768

Problem with inserting next DXF files

I have a problem with inserting next DXF files. I have C++ Builder RAD Studio 2009. Modyfied examples from Delphi doesn't work properly. Adding CGM file give a strange result - many strange, chaotic lines. Creating a new TsgCADImage and putting the new dXF file in it results nothing. I have found so...