IFCFile.get_preloaded_geometry
- IFCFile.get_preloaded_geometry(entity)
Get the preloaded geometry of an entity.
- Parameters:
- entity
compas_ifc.entities.base.Base The entity to get the geometry of.
- entity
- Returns:
compas_ifc.brep.TessellatedBrepThe preloaded geometry of the entity. (OCCBrep if use_occ is True)