BimApiIfcObjectsLoadOptions
Hierarchy
- BimApiIfcObjectsLoadOptions
Index
Properties
optionalreadonlyifcObjectHasGeometryPredicate
All BimIfcObject matching this criteria will be marked with BimIfcObject.hasGeometry = false
so
that they can not be visualized (no geometry data will be loaded)
Type declaration
Parameters
o: BimIfcObject
Returns boolean
optionalreadonlyisIfcObjectVisiblePredicate
Determines if object is initially visible or not. Only valid if hasGeometryPredicate is not defined or returns true
for the object.
Type declaration
Parameters
o: BimIfcObject
Returns boolean
optionalremoveLeafIfcObjectsWithNoGeometry
Determines whether leaf nodes in the IFC hierarchy, with no geometry, should be removed during loading.
Defaults to false
.
Load options of BimIfcObject instances