11 April, 2020

Working With Revit API

1- Start working with Revit standard tools
2- Start with Revit Advance Modelling tools like Mass - Adaptive family - Pattern panel (Parametric modelling into the Revit)
3- Use Revit API for doing repeated tasks - Make Advance modelling with programming and ...
3-1 for using Revit API, first we can use dynamo programming tools, we can use existing Nodes that is written by C# programming language and Use Revit API nodes that are placed into dynamo library.
3-2 we can write new nodes into Revit by other programming languages like Use Python(IronPython) and RevitAPI docs and library or Use Designscript language or use C# and .NET feature into the nodes with Input and Output function.
3-3 Write Python module or script to use Revit API by python IDE for Revit that written before for this aims. Like Revitpythonshell - Write code and execute realtime
3-4 Write Python scripts and module for using as plugin and extension by PyRevit tools, It has a lot of feature and library for use Python easier . or Use existing python scripts and plugins that written before by other people, Using python for access to Revit API codes and library to make a new feature to Revit
3-5 Make new Macro for every project with .NET framework programming languages like C# or VB.NET
3-6 Make new plugin for Revit with Visual studio with using .Net programming language like C# we can access to API library and use the .NET feature for making any Plugins and addons

No comments :

Post a Comment