GeometryBuilderOptions
Hierarchy
- GeometryBuilderOptions
Index
Properties
Properties
optionalcullOnCameraMovePredicate
Type declaration
Predicate function used to decide which meshes can be culled when moving the camera.
Parameters
mesh: IfcProductMesh
IfcProductMesh that will get the cullOnCameraMove property set by this predicate.
Returns boolean
true
if mesh should be able to be culled on camera move otherwisefalse
predicate
Type declaration
The predicate function used to filter which BimIfcObject instances to include in the geometry creation.
Parameters
ifcProduct: BimIfcObject
Returns unknown
Options for GeometryBuilder.