Revit API Extensions #125
Closed
Nice3point
started this conversation in
Show and tell
Replies: 1 comment
-
Wow, looks great, great potential boost in legibility and productiveness. I'll share it on the blog asap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, it's time to pump Revit Api, I started developing a library that will make it easier to write code using extensions.
In general, instead of
Method(Method(Method(Method(Method()))))
, you can writeMethod.Method.Method.Method.Method
. And of course, I added a couple of new methods and overloads that are not in the API. Working with the Ribbon and *Utils classes has been greatly simplified. If you have any suggestions for improving the API, write to me about ithttps://github.com/Nice3point/RevitExtensions
Beta Was this translation helpful? Give feedback.
All reactions