Learn to program the Revit API by Boost Your BIM - Part 2
- Description
- Curriculum
- FAQ
- Reviews
This course is for people who want to do more with the Autodesk Revit building information modeling software.
You can do a lot of great things with Revit as it ships "out of the box" from Autodesk, but there are still many tasks that are repetitive, boring, and error-prone. There are also many situations where you can be more effective and productive if you can add additional functionality to Revit.
This course will cover a wide range of topics in the Revit API. Each topic will be taught by walking through a set of C# code samples that progress from the basics to more advanced concepts.
More content will be added to this new course in the upcoming weeks. If you see a topic that you like added, just let me know and I will try to make that addition.
-
1Floor Creation
Create a floor with code to put the verticies in the correct order
-
2Floor Slab Shape Editing
Create 'shape edit' points in a floor based on XYZ points in a toposurface
-
3Floor Supports
Allow the user to multi-select supports
-
4Model Curve Creation
Create model lines and the sketch planes that are needed to create them.
-
5Analytical Curves
Create model lines based on the geometry of analytical lines
-
6Find column closest to a point with LocationPoint & LocationCurve
How to find the column nearest a given point. An enhancement has been made to the downloadable code that is not in the video - this allows the code to work for vertical and slanted columns.
-
7Find closest column with ElementIntersectsSolidFilter & CreateRevolvedGeometry
Social Network