Message 1 of 2
Exception while trying to get SweptProfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody.
Tell me please what my mistake is. I choose in the project Revit 2018.3 a column or beam element, I try to get SwaptProfile, here is my code:
SweptProfile sweptProfile = element.GetSweptProfile ();
In one project I get SveptProfile in the other there is an exception:
Autodesk.Revit.Exceptions InplicableDataExseption
Please tell me what is the reason?