FreeFormElement not visible in sections

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having issues with a piece of geometry that is not showing in section views.
I have created a FreeFormElement inside a Family using API scripting methods.
Autodesk.Revit.DB.FreeFormElement.Create(familyDocument,solid)
Everything about the resulting family looks fine in 3D and in Plan Views, but in Section Views the FreeFormElement is not showing. This happens both inside the Project Environment, as well as inside the Family Environment.
I have to admit, it is a fairly big and complex FreeFormElement with a lot of faces. But this should not really matter. I have done this many times before without issues.
I have tried changing the View Scale, the Detail Level, and the Visual Style (hidden line, shaded, consistent colours) but to no effect. The Crop View setting is off, so no cropping is taking place. Also, the Solid/Void setting is set to Solid, not Void.
Can anybody help out Please?