Search found 8 matches

by fbaumann
04 Mar 2007, 18:15
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Still no solution to the question below? Regards Frank ---------------------------------------------------------------- Another thing: is it possible to rotate a drawing around a user defined point (3D-Orbit rotation center)? Is there a rotation matrix I can work with? ------------------------------...
by fbaumann
11 Sep 2006, 16:25
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Hi Sergey, is this feature implemented? Frank <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Another thing: is it possible to rotate a drawing around a user defined point (3D-Orbit rotation center)? Is there a rotation matrix...
by fbaumann
15 Aug 2006, 23:15
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Hello,

any news on this topic?

--------------------------------------------
Another thing: is it possible to rotate a drawing around a user defined point (3D-Orbit rotation center)? Is there a rotation matrix I can work with?
--------------------------------------------

Regards Frank
by fbaumann
26 Jul 2006, 22:52
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Hello Sergey, I tried everything but it did not work with my CAD Import files. I am 99% sure that in my version of CAD Import VCL V5.25 the SnapControl is missing. I can now compile your and my example with YOUR demo files. That is working fine. The last version I get from you was: CADImportVCL_NoSo...
by fbaumann
10 Jul 2006, 23:25
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Hi Sergey, I tested your demo. If I compile my source code my BCB6 (CadImportVcl V5.2.5) says "E2303 Typname expected". The line which is concerned in the header file: "TSnapControl *FSnapControl;" If I compile your demo, BCB6 says: "[Linker Fataler Fehler] Fatal: Unable to open file 'WEBSNAP.LIB'"....
by fbaumann
06 Jul 2006, 21:11
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Hello Sergey,
any news to my questions? I dont need them urgent, but could you give me please an idea for your time table. Thanks.

Frank
by fbaumann
17 Jun 2006, 13:50
Forum: CAD VCL
Topic: Getting coordinates of next point
Replies: 13
Views: 54723

Getting coordinates of next point

Hello, I am using CadImportVcl Vers. 5.2.5 (BCB 6) and like to create a function which search the next available DXF point to the mouse cursor. Can you give me some help for this. Is there a easy way to do this? Another thing: is it possible to rotate a drawing around a user defined point (3D-Orbit ...
by fbaumann
08 Aug 2005, 23:36
Forum: CAD VCL
Topic: Printing the zoom window
Replies: 1
Views: 10348

Printing the zoom window

Hello, in the ABViewer demo is the example how printing the complete file. ... Printer()->BeginDoc(); Printer()->Canvas->StretchDraw(Bounds((Printer()->PageWidth - PW) / 2, (Printer()->PageHeight - PH) / 2, PW, PH), sgPaintBox->Picture->Graphic); Printer()->EndDoc(); ... My question: how can I print...