Message 1 of 8
Get Geometry from Family Symbol
Not applicable
02-04-2020
11:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
How can I get the geometry from a Family Symbol that is loaded in the document?.
When I check the familiy via the Revit Look Up add-in it seems not to return anything. In addition, whenever I try something like:
if (!furniture.IsActive) furniture.Activate();
GeometryElement geoEl = furniture.get_Geometry(m_options);
geoEl is always null
Any tips would be great.
Nicholas
