Message 1 of 3
How to workaround Dynamo functionalities in Revit plugIns?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I am working on a script that involves geometrical concepts to get the output. So if we are using Dynamo, we can use several nodes like "surface.bypatch" to create a temporary surface, "surface.PointAtParameter" to get points in surface. How can we workaround it in C# as Revit plugins?