Skip to main content

GeometryBuilderOptions

Options for GeometryBuilder.

Hierarchy

Index

Properties

optionalcullOnCameraMovePredicate

cullOnCameraMovePredicate?: CullOnCameraMovePredicate

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

@see

predicate

predicate: (ifcProduct: BimIfcObject) => unknown

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


Type declaration

Page Options