Results 1 to 4 of 4

Thread: Where does one start?

  1. #1
    100 Club
    Join Date
    2006-07
    Posts
    180
    Login to Give a bone
    0

    Default Where does one start?

    I have zero programming experience, but have always wanted to try and learn some programming. Other than a book on coding in C#, I have no idea what else I need.

    I'ts just for a fun challenge, I'm not trying to be the next Bill Gates.

    Since 90% percent of my work day revolves around Revit, I figure this would be a good place to start. What Programs do I need? Does Autodesk provide a program? Does one come with Revit?

  2. #2
    AUGI Addict sfaust's Avatar
    Join Date
    2004-01
    Location
    Littleton, CO (Denver Metro)
    Posts
    1,535
    Login to Give a bone
    0

    Default Re: Where does one start?

    search around the API forum, there have been several threads on this...

  3. #3
    100 Club
    Join Date
    2015-11
    Location
    Wellington, New Zealand
    Posts
    104
    Login to Give a bone
    0

    Default Re: Where does one start?

    Hi,
    You will need some software to compile your dll use: Visual C# express or Vb (these are free)
    C# link http://www.microsoft.com/express/vcsharp/Default.aspx
    VB link
    http://www.microsoft.com/express/vb/Default.aspx

    Look for the SDK (software development kit) under your Revit Autodesk install directory: and extract it, here you will find lots of samples to play with.

    To get started start C# and open one of the sample projects try the HellowWord example,
    Compile this and load the dll into Revit,

    To debug with visual express editions you need to modify the HellowWorld.csproj.user file (if it exists) this should be in the same directory as the HellowWorld.csproj file. Sample attached (HelloWord.txt) save to HellowWorld/CS directory and rename to HelloWorld.csproj.user. You may need to edit this file to suit the location of your revit.exe and journal etc.

    Lastly don't forget to edit your revit.ini (located in your Revit program directory) file to enable you to run your dll (make sure you point to the dll under the debug directory), the SDK contains a sample revit.ini

    Good luck

    Regards

    Anthony

  4. #4
    I could stop if I wanted to TroyGates's Avatar
    Join Date
    2015-08
    Location
    Irvine, CA
    Posts
    281
    Login to Give a bone
    0

    Default Re: Where does one start?

    If you are a subscription customer logon to http://au.autodesk.com. There are several beginner classes on programming Revit and AutoCAD with .NET.

Similar Threads

  1. Where do I start?
    By r.grandmaison in forum Revit Structure - General
    Replies: 3
    Last Post: 2006-05-05, 04:45 PM
  2. How did it all start?
    By Roger Evans in forum Revit Architecture - General
    Replies: 35
    Last Post: 2005-06-02, 11:44 PM
  3. Please help me start using MDT 6
    By john_ndaga2003 in forum MDT - General
    Replies: 1
    Last Post: 2005-05-31, 10:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •