Skip to main content

BimApiIfcObjectsLoadOptions

Load options of BimIfcObject instances

Hierarchy

Index

Properties

optionalreadonlyifcObjectHasGeometryPredicate

ifcObjectHasGeometryPredicate?: (o: BimIfcObject) => boolean

Type declaration

    • All BimIfcObject matching this criteria will be marked with hasGeometry = false so that they can not be visualized (no geometry data will be loaded)


      Parameters

      Returns boolean

optionalreadonlyisIfcObjectVisiblePredicate

isIfcObjectVisiblePredicate?: (o: BimIfcObject) => boolean

Type declaration

    • Determines if object is initially visible or not. Only valid if hasGeometryPredicate is not defined or returns true for the object.


      Parameters

      Returns boolean

optionalremoveLeafIfcObjectsWithNoGeometry

removeLeafIfcObjectsWithNoGeometry?: boolean

Determines whether leaf nodes in the IFC hierarchy, with no geometry, should be removed during loading. Defaults to false.