IFC export and IFCinfra export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have an issue where I'm trying to export TIN surface models (made from featurelines and polylines) to IFC with IFCEXPORT. I have a number of almost identical surfaces at different locations. The surfaces are modelling a shaft, and hence they have a "hole" at the bottom. The surface models consists of a top edge (featureline, elevation of FL is defined by existing ground model elevation) and a bottom edge (polyline, elevation at specific elevation). The polyline is used as a hide boundary to create the hole.
All surfaces are being shown in Civil3D just as intended.
The issue is that the SOME of the surfaces are exported as solids with a volume when they should be just TINs, i.e. objects without a volume. I'm expecting geometries which are rectangular pipes, but I get rectangular bars. Most surfaces export fine and the result is as intended.
- I've tried adding elevation points to both the upper and lower breakline definitions but issue still persists.
- I've tested IFCINfraexport and the result is in respect to the geometry correct but it is not a satisfactory solution due to other reasons.
- I've checked that the issue is not with the slope of the triangles, since there are shafts that are much higher than the problematic surfaces. I've also modified the breaklines/fl significantly to check if it is somehow geometry related.
Now that I've written all this I think I found a work around and identified the issue. I'll post the solution/workaround in the comments.