AutoCAD Civil 3D Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi all,
I am very new to customization any programme.Still i never write any code to autoCAD or Civil 3D.But I want to some customization to civil 3D .
How I start?What is first step?
I not want to do big change some simple things like custom report creation,expoting points etc.
I know there are autolisp,.net,com like things.What is best for simple customization?
What is easy to learn?
Pls give me some idea.
AutoCAD Civil 3D 2012 SP 2
Sri Lanka
Solved! Go to Solution.
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
First question: Do you know any programming languages at all?
If not, I would suggest learning one of the .NET languages (either VB or C#). Learning one of these languages will provide you the skills to write many different types of programs, not just Autodesk based programs. There are lots of examples/support for both regular windows programming and programming ACad/C3D on the web.
ObjectARX is the strongest most versatile language for programming Autodesk based products and thus it also has the highest learning curve. If your goal in the long run is to right commercial software for ACad based products this is something you would want to look into later.
AutoLISP is another choice for programming, I haven't done LISP programming but it appears very strong for procedural type tasks but not as intuitive for GUI/Event driven programming. AutoLISP programmers please correct me if I'm wrong!
The one language Autodesk provides that I would skip is VBA (Visual Basic for Applications, not to be confused with Visual Basic .NET). Autodesk is trying to dump support for that language.
FL. Dept. of Transportation
CADD Applications Developer
HPxw4600 Workstation
Core 2 Duo 2.33ghz, 8gb RAM
nVidia Quadro FX1700
Win7 64bit
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I know c++ and java some what (not lot).I want to create custom report types,export points ,some land surveying type things.They are not big programme.
What languege should i learn?
I want customization autoCAD and civil 3D.
What is the stating point?
AutoCAD Civil 3D 2012 SP 2
Sri Lanka
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Since you know C++ & Java I would suggest looking into using C#.
A good place to start is the AutoCAD .NET Developer's Guide lcoated here: http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.N
You'll need to learn the AutoCAD programming basics before jumping into Civil3D programming.
FL. Dept. of Transportation
CADD Applications Developer
HPxw4600 Workstation
Core 2 Duo 2.33ghz, 8gb RAM
nVidia Quadro FX1700
Win7 64bit
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
There is also the sample source code for the free version SincpacC3D. This was created before most of the C3D objects were exposed in the .NET API, so most (if not all) of it is based on the COM Interops, but it could still help get acquainted with the things available to you. In addition, there are a number of examples in the C3D install location under Sample\Civil 3D API\DotNet\CSharp
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
A big help for me is at:
http://usa.autodesk.com/adsk/servlet/index?id=1911
In particular, the self paced Atocad NET Training labs.
Tom
Re: How should I start to customizat ion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I also began to learn civil3d .net customization recently and can reccomend:
- for me a kick-start for learning AutoCAD .net programming was buying Jerry Winters book "VB.NET For AutoCAD 2010";
- you can register (for free) and check online classes covering .net programming for both AutoCAD and Civil3D: http://au.autodesk.com/
Then of course you should find and bookmark links to both AutoCAD and Civil3D API Reference Guides and Developers Guides as well as to .NET Framework Class Library. Buy a good book for the language of your choice. Another recommendation is to do everything on a 32-bit windows because there are certain things that will not work on a 64-bit platform (mostly connected to debugging). Good luck!
