Search found 8 matches
- 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? ------------------------------...
- 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...
- 15 Aug 2006, 23:15
- Forum: CAD VCL
- Topic: Getting coordinates of next point
- Replies: 13
- Views: 54723
- 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...
- 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'"....
- 06 Jul 2006, 21:11
- Forum: CAD VCL
- Topic: Getting coordinates of next point
- Replies: 13
- Views: 54723
- 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 ...
- 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...