• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D Customization

    Reply
    Distinguished Contributor
    sacprasanna
    Posts: 108
    Registered: ‎10-20-2011
    Accepted Solution

    How should I start to customization?

    244 Views, 6 Replies
    06-26-2012 02:30 AM

    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.

    Chamara Prasanna
    AutoCAD Civil 3D 2012 SP 2
    Sri Lanka
    Please use plain text.
    Valued Mentor
    Posts: 489
    Registered: ‎03-18-2008

    Re: How should I start to customization?

    06-26-2012 04:18 AM in reply to: sacprasanna

    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.

    Mike Robertson
    FL. Dept. of Transportation
    CADD Applications Developer

    HPxw4600 Workstation
    Core 2 Duo 2.33ghz, 8gb RAM
    nVidia Quadro FX1700
    Win7 64bit
    Please use plain text.
    Distinguished Contributor
    sacprasanna
    Posts: 108
    Registered: ‎10-20-2011

    Re: How should I start to customization?

    06-26-2012 07:39 AM in reply to: sacprasanna

    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? 

    Chamara Prasanna
    AutoCAD Civil 3D 2012 SP 2
    Sri Lanka
    Please use plain text.
    Valued Mentor
    Posts: 489
    Registered: ‎03-18-2008

    Re: How should I start to customization?

    06-26-2012 07:47 AM in reply to: sacprasanna

    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.NET%20Developer's%20Guide/index.html

     

    You'll need to learn the AutoCAD programming basics before jumping into Civil3D programming.

     

    Mike Robertson
    FL. Dept. of Transportation
    CADD Applications Developer

    HPxw4600 Workstation
    Core 2 Duo 2.33ghz, 8gb RAM
    nVidia Quadro FX1700
    Win7 64bit
    Please use plain text.
    *Expert Elite*
    Posts: 3,050
    Registered: ‎07-22-2003

    Re: How should I start to customization?

    06-26-2012 08:01 AM in reply to: sacprasanna

    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

     

    SincpacC3D Source Code

    Jeff_M, also a frequent Swamper
    Please use plain text.
    Active Contributor
    tomg
    Posts: 32
    Registered: ‎09-09-2011

    Re: How should I start to customization?

    06-28-2012 11:03 AM in reply to: Jeff_M

    A big help for me is at:

     

    http://usa.autodesk.com/adsk/servlet/index?id=1911627&siteID=123112

     

    In particular, the self paced Atocad NET Training labs.

     

    Tom

    Please use plain text.
    Active Contributor
    Posts: 30
    Registered: ‎02-17-2010

    Re: How should I start to customization?

    07-28-2012 03:17 PM in reply to: sacprasanna

    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! 

     

    Please use plain text.