Message 1 of 4
Where did AnalyticalModel::GetCurves go in 2023?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm converting my Revit addin 2022 to 2023.
In previous version, we used AnalyticalModel::GetCurves() to get all curves from 2D members.
Now I can only find AnalyticalElement::GetCurve(), which return only 1 curve.
If I have a 2D AnalyticalElement, how can I get all curves in 2023?
this is GetCurves() document of 2022 :
https://www.revitapidocs.com/2021.1/da25ee1c-4685-20e6-728e-e5c92141edb0.htm