Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDeveloping a CAD Application Pin
Sangeetha_J8-Nov-06 23:15
Sangeetha_J8-Nov-06 23:15 
AnswerRe: Developing a CAD Application Pin
beko9-Nov-06 0:05
beko9-Nov-06 0:05 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 0:07
Sangeetha_J9-Nov-06 0:07 
GeneralRe: Developing a CAD Application Pin
dharani9-Nov-06 1:17
dharani9-Nov-06 1:17 
AnswerRe: Developing a CAD Application Pin
dharani9-Nov-06 0:22
dharani9-Nov-06 0:22 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 1:25
Sangeetha_J9-Nov-06 1:25 
GeneralRe: Developing a CAD Application Pin
Maximilien9-Nov-06 3:11
Maximilien9-Nov-06 3:11 
AnswerRe: Developing a CAD Application Pin
Maximilien9-Nov-06 3:23
Maximilien9-Nov-06 3:23 
this is a big project you have there.

I think you have a LOT of thinking and designing to do before even thinking about what exact API you will need to use.

one part of your design is to define the different data structures for your CAD project, how to define a line, define a polygon, ... how to be able to logically composite the different objects to draw the entire model, how layers are defined within your model. after that, start defining how you will be able to load and save your model ( NOT yet about how you are going to export to PDF ).

This the above steps, you could try building a dummy CAD application without graphics, just create objects, lines, polygon, layers, ... and load them and save them.

AT the same time, someone will have to work on the graphic engine, the layer above either OpenGL, DirectX or even GDI/GDI+, how to display the objects according to physical dimensions, with all the goodies, view scaling, view panning, view rotations, ...




Maximilien Lincourt
Your Head A Splode - Strong Bad

GeneralRe: Developing a CAD Application Pin
dharani9-Nov-06 15:34
dharani9-Nov-06 15:34 
GeneralRe: Developing a CAD Application Pin
Midworld089-Nov-06 16:20
Midworld089-Nov-06 16:20 
GeneralRe: Developing a CAD Application Pin
Midworld089-Nov-06 16:26
Midworld089-Nov-06 16:26 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 17:52
Sangeetha_J9-Nov-06 17:52 
AnswerRe: Developing a CAD Application Pin
Hamid_RT9-Nov-06 19:54
Hamid_RT9-Nov-06 19:54 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 20:21
Sangeetha_J9-Nov-06 20:21 
GeneralRe: Developing a CAD Application Pin
Hamid_RT9-Nov-06 21:05
Hamid_RT9-Nov-06 21:05 
GeneralRe: Developing a CAD Application Pin
Sangeetha_J9-Nov-06 20:24
Sangeetha_J9-Nov-06 20:24 
QuestionProblem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Nilesh J Suryavanshi8-Nov-06 22:46
Nilesh J Suryavanshi8-Nov-06 22:46 
AnswerRe: Problem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Christian Graus8-Nov-06 23:08
protectorChristian Graus8-Nov-06 23:08 
AnswerRe: Problem in Replacement of third party Splitter and spreadshit control using microsoft control Pin
Rajesh R Subramanian8-Nov-06 23:24
professionalRajesh R Subramanian8-Nov-06 23:24 
Questionto make a video Pin
selectgood8-Nov-06 22:44
selectgood8-Nov-06 22:44 
AnswerRe: to make a video Pin
Christian Graus8-Nov-06 23:09
protectorChristian Graus8-Nov-06 23:09 
QuestionAccessing MS Excel 2003 Data with MFC C++ Pin
Andy2028-Nov-06 22:28
Andy2028-Nov-06 22:28 
AnswerRe: Accessing MS Excel 2003 Data with MFC C++ Pin
XtremDev8-Nov-06 22:46
XtremDev8-Nov-06 22:46 
AnswerRe: Accessing MS Excel 2003 Data with MFC C++ Pin
David Crow9-Nov-06 3:31
David Crow9-Nov-06 3:31 
Questionfindfirst file Pin
9ine8-Nov-06 22:20
9ine8-Nov-06 22:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.