Recent

Author Topic: CAD program written in Lazarus / FPC  (Read 190081 times)

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #45 on: June 22, 2013, 09:28:39 am »
Hi All!
Now, using a small patch (http://bugs.freepascal.org/file_download.php?file_id=18484&type=bug) ZCAD can run under Linux using qt, not just gnome

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: CAD program written in Lazarus / FPC
« Reply #46 on: June 22, 2013, 10:34:45 am »
Thank you very much.

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #47 on: June 24, 2013, 05:38:48 pm »
Hi All!
I compared a speed of displaying drawings in ZCAD vs LibreCAD. ZCAD much faster. Working with large drawings much more convenient.
But, unfortunately, a set of tools for working in ZCAD yet very small.

ahmetnurideniz

  • Full Member
  • ***
  • Posts: 110
  • As you sow, you shall reap.
    • Big Student Web Site
Re: CAD program written in Lazarus / FPC
« Reply #48 on: July 21, 2013, 01:56:53 am »
Hi All!
I compared a speed of displaying drawings in ZCAD vs LibreCAD. ZCAD much faster. Working with large drawings much more convenient.
But, unfortunately, a set of tools for working in ZCAD yet very small.
Dear zamtmn your project is very good. I believe you will add a lot of tool in the future.
I am Cam program developer  and   believe me your project is very well

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #49 on: July 22, 2013, 09:45:26 pm »
ahmetnurideniz, thank you for your appreciation. Your CAM program develop in Lazarus or Delphi?

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #50 on: July 29, 2013, 01:38:37 pm »
Hi All!
New example is added. He shows how to use the built object inspector.
http://svn.shamangrad.net/zcad/trunk/cad_source/advcad/

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #51 on: August 10, 2013, 01:18:08 pm »
Hi All!
Added support for splines. As long it's just loading\saving from DXF and simple editing with the control points.

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #52 on: September 13, 2013, 09:27:33 am »
New version available sourceforge.net/projects/zcad/files - many small improvements

CaptBill

  • Sr. Member
  • ****
  • Posts: 435
Re: CAD program written in Lazarus / FPC
« Reply #53 on: September 16, 2013, 08:08:06 pm »
New version available sourceforge.net/projects/zcad/files - many small improvements

Is there any chance i could request a .zip file version for linux_x86? Tinycore 7zip support has bugs.
I would love to try it out.

Thanks
Bill

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #54 on: September 16, 2013, 09:32:16 pm »
Unfortunately I was not able to cross compilation, only the old version - http://sourceforge.net/projects/zcad/files/Linux%20x86/zcad_v0.9_svn543.zip/download

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #55 on: October 08, 2013, 08:59:29 am »
Hi All!
After many failures I was able to do dxf line type for curved entities

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #56 on: October 23, 2013, 09:05:36 pm »
Hi All!
The turn to make the dimensional primitives. Again there is a choice to make their simplified like Libre/Q CAD or complete as in AutoCAD with all possible settings. But simple is not our way 8-)

Fred vS

  • Hero Member
  • *****
  • Posts: 3168
    • StrumPract is the musicians best friend
Re: CAD program written in Lazarus / FPC
« Reply #57 on: October 23, 2013, 09:24:50 pm »
Hello Zamtmn.

Congrats for your extremely great job.  ;)

Have you plan to read (and write) .stl, .obj, .thing 3D files ?

This kind of 3d files can be read by the "cheap" 3D printer Makerbot Replicator.

Here link of that very impressing product :

http://www.bqreaders.com/makerbot-replicator-2.html

Thanks.
« Last Edit: October 23, 2013, 09:26:58 pm by Fred vS »
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #58 on: October 23, 2013, 09:50:37 pm »
Hello Fred vS!
I have a lot of plans, but I understand that they are not given to all true.
The current speed of development shows that even simple things are done slowly.
I'm looking а ACIS format for 3D, but such things do not write alone not professional.
On the other side is not sophisticated 3D formats (not solid) can be fairly easy to add right now, but I do not have plan on this at the moment
« Last Edit: October 23, 2013, 09:56:07 pm by zamtmn »

Fred vS

  • Hero Member
  • *****
  • Posts: 3168
    • StrumPract is the musicians best friend
Re: CAD program written in Lazarus / FPC
« Reply #59 on: October 23, 2013, 10:12:46 pm »
Quote
On the other side is not sophisticated 3D formats (not solid) can be fairly easy to add right now, but I do not have plan on this at the moment

Yep, so, good news, it could be possible.

PS : By the way, do you know that "grand public" stereo-lithograph Makerbot Replicator machine ? That opens a huge of possibilities for prototype-makers like me...
« Last Edit: October 23, 2013, 10:21:18 pm by Fred vS »
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

 

TinyPortal © 2005-2018