Board index » delphi » CAD Program Source Code

CAD Program Source Code

Does anyone have the source code to a CAD like program? I would like
to develope a CAD type of program but need some ideas on how to get
started. Any ideas on how to at least get started would be a real help
also. Thanks, John
 

Re:CAD Program Source Code


Quote
John Collins <colli...@ih2000.net> wrote in message

news:394b740e.11883197@newsgroups.borland.com...

Quote
> Does anyone have the source code to a CAD like program? I would like
> to develope a CAD type of program but need some ideas on how to get
> started. Any ideas on how to at least get started would be a real help
> also. Thanks, John

Hi John,

How advanced do you want to go?  I think I saw in the installed Delphi 5
directories somewhere a graphics example.  Also, Marco Cantu has drawing
examples in the "Mastering Delphi 5" source code at his site,
www.marcocantu.com.
If you know C++ and are willing to delve deeper, check out the Intellicad
source at www.intellicad.org for an object-oriented CAD program.  Or check
out OpenCascade, the source code for Matra Datavision's solid modeling
system.  It's also C++.  Be sure to check out the documentation; it is
detailed documentation on the object model and libraries that make up the
program.

Good luck,

-Rick Francken

Other Threads