Not applicable
03-31-2015
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am a newbie in using C# and Revit API programming for creating plugins.
I am trying to retrieve co-ordinates of any structure. Let's say, for a room with four walls, I need to retrieve the co-ordinates of the four corners and write them to a text file.
I have used a wall filter to extract the elements and then applied get_Geometry() method on each element.
This approach gives me a lot of duplicate co-ordinates.
I have tried the same way for using different filters for roofs, floors, doors and windows.
I don't know for sure whether I am correct or not.
Please let me know if this a correct way of extracting the co-ordinates of any structure.
If there is a better and more correct method to do it, please let me know.
Solved! Go to Solution.
Link copied