all the data can be downloaded from here like handouts and presentation. www.autodesk.com/autodesk-university/class/Automate-your-Revit-Based-Software-Workflows-Let-API-Do-Work-2013#downloads
Great videos, very helpful information. How would you compare the Revit API to Dynamo? Can you share your thoughts on which software or program is more beneficial?
Hello, i m trying to get the volume, length and height of the elements but i failed. Actually i do not know what the Autodesk.Revit.UI means??? What i want to do is i can select the elements and print out those data i wanted. can u tell me how to make it work??
benjiman dadipogu Yes, you should be able to do it. I have not done it myself, but the api does have access to create grids using the document.create.newgrid() method. You will have to look at the documentation or do a search for examples.
"What is a module?" It"s a VB naming convention which is come from Strutured Programming era far before Object Orient Paradigm.(en.wikipedia.org/wiki/Modular_programming) So that's why you should not use any kind of Basic language nowadays. "Basic" program language just has not enough express power for OO tasks.
all the data can be downloaded from here like handouts and presentation. www.autodesk.com/autodesk-university/class/Automate-your-Revit-Based-Software-Workflows-Let-API-Do-Work-2013#downloads
Great videos, very helpful information. How would you compare the Revit API to Dynamo? Can you share your thoughts on which software or program is more beneficial?
s
Hello Mr Obeytok, we are a year further now, did you already found out which one is more beneficial and what the diffrences are?
hey i want to make a Revit Add-Ins that can join geometry automatically, Can I get help from you Guys :)
great class, thank you
Is it possible to write a macro to automatically size ducts/ pipes based on certain criteria (aside from the Revit default sizing)? Thanks
Search for revit family lookup tables. You can setup a spreadsheet with sizing data that will affect the family.
Hello, i m trying to get the volume, length and height of the elements but i failed.
Actually i do not know what the Autodesk.Revit.UI means???
What i want to do is i can select the elements and print out those data i wanted. can u tell me how to make it work??
can you do this with the c# language? i want to learn in c#...
Yes, and python, and Java and rubyscript and c++.
Can we create Grid Generator using Revit API.
Can you suggest any possibilities..
benjiman dadipogu Yes, you should be able to do it. I have not done it myself, but the api does have access to create grids using the document.create.newgrid() method. You will have to look at the documentation or do a search for examples.
So GOOD!!
"What is a module?" It"s a VB naming convention which is come from Strutured Programming era far before Object Orient Paradigm.(en.wikipedia.org/wiki/Modular_programming) So that's why you should not use any kind of Basic language nowadays. "Basic" program language just has not enough express power for OO tasks.
thank you