Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to import 3d objects,auto cad,in windows form(C#) and edit it's object
Posted
Comments
[no name] 2-Jun-14 7:32am    
Okay, please read the FAQ for hints on how to ask a question.

1 solution

This is not a "simple" question!

Now, having screamed a bit, let me be more helpful. In the way you have phrased your question I assume, you are assuming, that CAD-drawings can be handled easily in .net. it's not easy, and 3D is ten times harder. It would be helpful to know what kind of application you are working on.

Now, you are in luck... AutoCAD has API's for .net, but it seems is more for plugins and similar, it looks like it could lead you to what you need.
AutoCAD .net Dev Guide[^]

If you only need a 2D CAD-system, look at this:
OpenS-CAD, a simple 2D CAD application[^] - It's a codeprocject article.

Take a look at these other codeproject articles, they may help you:
SolidGraph CAD System[^]
WPF 3D Dome Creator[^]
WPF 3D Primer[^]
Plot 3D surfaces[^]
DXF Import .NET: Read and View AutoCAD Format Files[^]
A 3D Plotting Library in C#[^]

This is semi-relavant:
ColladaLoader[^] - Sourcforge project

Have a look, maybe you'll find that perfect snippit of code to solve your problem :-)

Good Luck!

-Frank
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900