Skip to main content

IfcGeometryBuilderCreateOptions

Represents the options for creating an IfcGeometryBuilder.

Hierarchy

Index

Properties

optionalcullOnCameraMovePredicate

cullOnCameraMovePredicate?: CullOnCameraMovePredicate

Predicate function used to decide which meshes can be culled when moving the camera.

@see

loaderElements

loaderElements: IBimIfcLoaderElement[]

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

predicate

predicate: (ifcProduct: BimIfcObject) => unknown

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


Type declaration

optionalrenderControl

Optional render control used by IfcGeometryBuilder.build to pause rendering during geometry creation and periodically render progress frames.