BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
HighlightedState
Interface HighlightedState
Represents the state of highlighted elements.
interface
HighlightedState
{
elementIds
:
SimpleInt64
[]
;
elementFaceIds
:
HighlightedFaceIds
[]
;
elementSplitIds
?:
string
[]
;
elementSplitFaceIds
?:
HighlightedSplitFaceIds
[]
;
}
Index
Properties
element
Ids
element
Face
Ids
element
Split
Ids?
element
Split
Face
Ids?
Properties
element
Ids
elementIds
:
SimpleInt64
[]
element
Face
Ids
elementFaceIds
:
HighlightedFaceIds
[]
Optional
element
Split
Ids
elementSplitIds
?:
string
[]
Optional
element
Split
Face
Ids
elementSplitFaceIds
?:
HighlightedSplitFaceIds
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
element
Ids
element
Face
Ids
element
Split
Ids
element
Split
Face
Ids
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents the state of highlighted elements.