- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am planning an addin based on a Dynamo script that creates building models with LOD 200/300. Using FME, I am able process CAD floor plans for almost all data needed and generate a spreadsheet. It works nicely in Dynamo, but takes awhile to run.
My C# level is advanced beginner, so a bunch of for loops into lists is how I have been organizing the data. It works so far, but is long-winded. I have to wonder if there is a better way than converting coordinates into points, into lines, into walls?
FME can also generate CAD files with XData assigned to each entity.
Could it be possible to leverage CAD geometry and XData to populate the respective methods? If you can imagine geometry representing a wall centerline with it's Level name, Wall Type and also a UUID (used for door/window placement) all in one object. To access that would be super cool!
The ImportInstance Class has a GetGeometryObjectFromReference Method and also a Geometry property. To be able to use non-converted geometry is the reason for this question. Any feedback is appreciated.
Thanks,
L
Solved! Go to Solution.