BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
BulkElementData
Interface BulkElementData
Represents bulk element data.
interface
BulkElementData
{
models
?:
string
[]
;
labels
?:
string
[]
;
layers
?:
string
[]
;
types
?:
string
[]
;
materials
?:
string
[]
;
bimTypes
?:
string
[]
;
storeys
?:
string
[]
;
memberships
?:
string
[]
;
groupedProperties
?:
BulkElementPropertyGroup
[]
;
}
Index
Properties
models?
labels?
layers?
types?
materials?
bim
Types?
storeys?
memberships?
grouped
Properties?
Properties
Optional
models
models
?:
string
[]
Optional
labels
labels
?:
string
[]
Optional
layers
layers
?:
string
[]
Optional
types
types
?:
string
[]
Optional
materials
materials
?:
string
[]
Optional
bim
Types
bimTypes
?:
string
[]
Optional
storeys
storeys
?:
string
[]
Optional
memberships
memberships
?:
string
[]
Optional
grouped
Properties
groupedProperties
?:
BulkElementPropertyGroup
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
models
labels
layers
types
materials
bim
Types
storeys
memberships
grouped
Properties
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents bulk element data.