Skip to main content

GeometryBuilderOptions

Options for GeometryBuilder.

Hierarchy

Index

Properties

optionalcullOnCameraMovePredicate

cullOnCameraMovePredicate?: (mesh: IfcProductMesh) => boolean

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

@returns

true if mesh should be able to be culled on camera move otherwise false


Type declaration

    • (mesh: IfcProductMesh): boolean
    • Parameters

      • mesh: IfcProductMesh

        IfcProductMesh that will get the cullOnCameraMove property set by this predicate.

      Returns boolean

predicate

predicate: (ifcProduct: BimIfcObject) => unknown

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


Type declaration

Page Options