Class: IfcFragmentSettings
components.IfcFragmentSettings
Configuration of the IFC-fragment conversion.
Properties
includeProperties
• includeProperties: boolean
= true
Whether to extract the IFC properties into a JSON.
Defined in
temp/components/fragments/FragmentIfcLoader/src/ifcFragmentSettings.ts:9
instancedCategories
• instancedCategories: Set
<number
>
Categories that always will be instanced.
Defined in
temp/components/fragments/FragmentIfcLoader/src/ifcFragmentSettings.ts:6
optionalCategories
• optionalCategories: number
[]
Generate the geometry for categories that are not included by default.
Defined in
temp/components/fragments/FragmentIfcLoader/src/ifcFragmentSettings.ts:12
wasm
• wasm: Object
Path of the WASM for web-ifc.
Type declaration
Name | Type |
---|---|
absolute | boolean |
path | string |
Defined in
temp/components/fragments/FragmentIfcLoader/src/ifcFragmentSettings.ts:15
webIfc
• webIfc: LoaderSettings
Loader settings for web-ifc.
Defined in
temp/components/fragments/FragmentIfcLoader/src/ifcFragmentSettings.ts:21