BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
PinData
Interface PinData
Represents data of a pin.
interface
PinData
{
point
:
PinPoint
;
color
?:
string
;
imageURL
?:
string
;
width
?:
number
;
height
?:
number
;
label
?:
string
;
userObject
?:
unknown
;
draggingAllowed
?:
boolean
;
hidden
?:
boolean
;
}
Index
Properties
point
color?
image
URL?
width?
height?
label?
user
Object?
dragging
Allowed?
hidden?
Properties
point
point
:
PinPoint
Optional
color
color
?:
string
Optional
image
URL
imageURL
?:
string
Optional
width
width
?:
number
Optional
height
height
?:
number
Optional
label
label
?:
string
Optional
user
Object
userObject
?:
unknown
Optional
dragging
Allowed
draggingAllowed
?:
boolean
Optional
hidden
hidden
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
point
color
image
URL
width
height
label
user
Object
dragging
Allowed
hidden
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents data of a pin.