BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
ModelInfo
Interface ModelInfo
Represents information about a model.
interface
ModelInfo
{
id64
:
Int64
;
id
:
number
;
name
:
string
;
revision
:
string
;
filepath
:
string
;
fileformat
:
string
;
offsetX
:
number
;
offsetY
:
number
;
offsetZ
:
number
;
factor
:
number
;
is2D
:
boolean
;
camera
:
number
[]
;
matrix
:
number
[]
;
textures
:
Map
<
string
,
number
>
;
dynamicElementInternalIds
:
Int64
[]
;
billboardElementInternalIds
:
Int64
[]
;
containsPointCloud
?:
boolean
;
location
?:
ModelLocation
;
cacheInfo
?:
ModelCacheInfo
;
mapping
?:
ModelIdMapping
;
splittedElements
?:
Map
<
bigint
,
Int64
[]
>
;
elementsFromSplit
?:
Map
<
bigint
,
SplitPartInfo
>
;
elementsFromSplitByGUID
?:
Map
<
string
,
bigint
>
;
cuttingElementModels
?:
Int64
[]
;
}
Index
Properties
id64
id
name
revision
filepath
fileformat
offset
X
offset
Y
offset
Z
factor
is2
D
camera
matrix
textures
dynamic
Element
Internal
Ids
billboard
Element
Internal
Ids
contains
Point
Cloud?
location?
cache
Info?
mapping?
splitted
Elements?
elements
From
Split?
elements
From
Split
By
GUID?
cutting
Element
Models?
Properties
id64
id64
:
Int64
id
id
:
number
name
name
:
string
revision
revision
:
string
filepath
filepath
:
string
fileformat
fileformat
:
string
offset
X
offsetX
:
number
offset
Y
offsetY
:
number
offset
Z
offsetZ
:
number
factor
factor
:
number
is2
D
is2D
:
boolean
camera
camera
:
number
[]
matrix
matrix
:
number
[]
textures
textures
:
Map
<
string
,
number
>
dynamic
Element
Internal
Ids
dynamicElementInternalIds
:
Int64
[]
billboard
Element
Internal
Ids
billboardElementInternalIds
:
Int64
[]
Optional
contains
Point
Cloud
containsPointCloud
?:
boolean
Optional
location
location
?:
ModelLocation
Optional
cache
Info
cacheInfo
?:
ModelCacheInfo
Optional
mapping
mapping
?:
ModelIdMapping
Optional
splitted
Elements
splittedElements
?:
Map
<
bigint
,
Int64
[]
>
Optional
elements
From
Split
elementsFromSplit
?:
Map
<
bigint
,
SplitPartInfo
>
Optional
elements
From
Split
By
GUID
elementsFromSplitByGUID
?:
Map
<
string
,
bigint
>
Optional
cutting
Element
Models
cuttingElementModels
?:
Int64
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id64
id
name
revision
filepath
fileformat
offset
X
offset
Y
offset
Z
factor
is2
D
camera
matrix
textures
dynamic
Element
Internal
Ids
billboard
Element
Internal
Ids
contains
Point
Cloud
location
cache
Info
mapping
splitted
Elements
elements
From
Split
elements
From
Split
By
GUID
cutting
Element
Models
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents information about a model.