Displaying a 3D annotation using IFC in Revit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We're developing an MR application (with Microsoft's HoloLens) that allows for adding 3D annotations to an architectural model. These annotations are attached to particular elements in the building (such as walls or doors) and as such, have a specific position within them, as well as informative text. To do this, we are using an IFC file and modifying it using the xBim library. The annotation itself is represented with an instance of the IfcAnnotation class with an IfcShapeRepresentation (IfcBoundingBox) for geometry.
This annotation is correctly represented when opening the IFC file in xBimXplorer. However, when importing the IFC into Revit nothing is visible.
We have little Revit know-how, so there might something we've overlooked. Is the same behavior from xBimXplorer possible in Revit? We have full control over how the annotation is added to the IFC file, so we can change the classes used if necessary. We include the IFC file in question as an attachment.
We are using Revit 2019 in Windows 10.
Thank you in advance!
The annotation correctly represented as a box