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.TessellatedBrep
The preloaded geometry of the entity. (OCCBrep if use_occ is True)