IFCFile.get_preloaded_geometry

IFCFile.get_preloaded_geometry(entity)

Get the preloaded geometry of an entity.

Parameters:
entitycompas_ifc.entities.base.Base

The entity to get the geometry of.

Returns:
compas_ifc.brep.TessellatedBrep

The preloaded geometry of the entity. (OCCBrep if use_occ is True)