Search found 24 matches

by jasonz_2003
12 May 2006, 19:18
Forum: CAD VCL
Topic: How to display DXF on a set size background
Replies: 5
Views: 21553

Hi Sergey,

Thanks for the reply.

I am using C++ with C++Builder. If I change the .pas file, do I need to add the file to my project so as to include it into compile? I tried it but got .dcu files cannot be found error?

Jason
by jasonz_2003
12 May 2006, 08:52
Forum: CAD VCL
Topic: Cannot save changes to DXF file
Replies: 2
Views: 12422

Cannot save changes to DXF file

Hi Sergey, I used the Save to DXF file method of TsgDXFImage to save changes I have done to the Entities (move rotate etc) to a new DXF file, but found the changes were not saved. Only a copy of original DXF were saved. All the changes were displaied correctly though. I used the FImg->Converter->Loa...
by jasonz_2003
06 May 2006, 17:58
Forum: CAD VCL
Topic: How to display DXF on a set size background
Replies: 5
Views: 21553

Hi Sergey, Thanks for the reply. Sorry that I did no make my question clear. The situation is like controling a CNC cutting. For example, the DXF file I read in contains a rectangle (140mm x 100mm). The material to be used for cutting is of size (2000mm x 1000mm). What I need is to display a Canvas ...
by jasonz_2003
05 May 2006, 06:00
Forum: CAD VCL
Topic: How to display DXF on a set size background
Replies: 5
Views: 21553

How to display DXF on a set size background

Hi Sergey, Thanks for the helps. Now a new question, I would like the DXF drawing to be shown on a canvas of the size of the maxhining material. That is, If the material is of size 1000mm x 500mm, and the drawing(a circle for example)of size 100mm x 60mm, the circle should be show at corner of a bac...
by jasonz_2003
04 May 2006, 02:01
Forum: CAD VCL
Topic: Show drawing gradually
Replies: 9
Views: 33872

Hi Sergey, Thanks for the helps. Now a new question, I would like the DXF drawing to be shown on a canvas of the size of the maxhining material. That is, If the material is of size 1000mm x 500mm, and the drawing(a circle for example)of size 100mm x 60mm, the circle should be show at corner of a bac...
by jasonz_2003
22 Apr 2006, 17:36
Forum: CAD VCL
Topic: Show drawing gradually
Replies: 9
Views: 33872

Hi Sergey,

Thanks for your the help. But as I said in my last post, the simuletion I wrote did not work with Orbit3D. Could you please provide some info on this. Thanks..

Jason
by jasonz_2003
20 Apr 2006, 20:31
Forum: CAD VCL
Topic: Show drawing gradually
Replies: 9
Views: 33872

Hi Sergey, Thanks for the help. I have got the simulation working. It works fine eith ZOOM etc. But not with Orbit3D. When I use Orbit3D to turn, does not matter in 2D or 3D space, my drawing is always turned in wrong angle and shifted. As I can not find any info about Orbit3D, have to bother you ag...
by jasonz_2003
18 Apr 2006, 18:13
Forum: CAD VCL
Topic: Show drawing gradually
Replies: 9
Views: 33872

Hi Sergey, I have checked DoDraw(). But my problem is that since I am doing a simulation of machining toolpath, even with a Line I need the full set of interpolation points (or DashDots) so as to simulate the machine tool going through the Line. When I check DoDraw(), with a Line, even if the Drawmo...
by jasonz_2003
13 Apr 2006, 16:26
Forum: CAD VCL
Topic: Show drawing gradually
Replies: 9
Views: 33872

Show drawing gradually

HI,

I am new to Cbuilder. I am trying to use cadimportvcl5 to develop a CNC control program. In the program, I deen to draw the DXF curves at a set speed to simulate the actual maching toolpath. Could you please guide me by sending me a brief script? Thanks.

Jason