BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
ElementInfo
Interface ElementInfo
Information about a loaded element.
interface
ElementInfo
{
modelId
:
Int64
;
internalId
:
Int64
;
globalId
:
string
;
elementId
:
Int64
;
elementType
:
string
;
data
:
ElementData
;
color
?:
RGB
;
opaque
?:
boolean
;
faceColors
?:
Map
<
RGB
,
Set
<
number
>
>
;
pointCloudID
?:
number
;
isDynamic
?:
boolean
;
isBillboard
?:
boolean
;
}
Index
Properties
model
Id
internal
Id
global
Id
element
Id
element
Type
data
color?
opaque?
face
Colors?
point
Cloud
ID?
is
Dynamic?
is
Billboard?
Properties
model
Id
modelId
:
Int64
internal
Id
internalId
:
Int64
global
Id
globalId
:
string
element
Id
elementId
:
Int64
element
Type
elementType
:
string
data
data
:
ElementData
Optional
color
color
?:
RGB
Optional
opaque
opaque
?:
boolean
Optional
face
Colors
faceColors
?:
Map
<
RGB
,
Set
<
number
>
>
Optional
point
Cloud
ID
pointCloudID
?:
number
Optional
is
Dynamic
isDynamic
?:
boolean
Optional
is
Billboard
isBillboard
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
model
Id
internal
Id
global
Id
element
Id
element
Type
data
color
opaque
face
Colors
point
Cloud
ID
is
Dynamic
is
Billboard
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Information about a loaded element.