Skip to main content

IfcGeometryBuilderCreateOptions

Represents the options for creating an IfcGeometryBuilder.

Index

Properties

loaderElements

loaderElements: BimIfcLoaderElement[]

The IFC loader elements containing IFC products to create geometries from.

predicate

predicate: (ifcProduct: BimIfcObject) => unknown

Type declaration

    • The predicate function used to filter which BimIfcObject instances to include in the geometry creation.


      Parameters

      Returns unknown