BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
MarkupShapeData
Interface MarkupShapeData
Represents data of a markup shape.
interface
MarkupShapeData
{
type
:
MARKUP_MODE
;
background
:
string
;
strokeWidth
:
number
;
shadow
:
boolean
;
points
?:
number
[]
;
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
;
scaleX
:
number
;
scaleY
:
number
;
rotation
:
number
;
upperLeft3D
:
Vector3D
;
lowerRight3D
:
Vector3D
;
upperLeft2D
:
Point2D
;
lowerRight2D
:
Point2D
;
text
?:
string
;
foreground
?:
string
;
dashed
?:
boolean
;
rounded
?:
boolean
;
innerRadius
?:
number
;
outerRadius
?:
number
;
}
Index
Properties
type
background
stroke
Width
shadow
points?
x
y
width
height
scale
X
scale
Y
rotation
upper
Left3
D
lower
Right3
D
upper
Left2
D
lower
Right2
D
text?
foreground?
dashed?
rounded?
inner
Radius?
outer
Radius?
Properties
type
type
:
MARKUP_MODE
background
background
:
string
stroke
Width
strokeWidth
:
number
shadow
shadow
:
boolean
Optional
points
points
?:
number
[]
x
x
:
number
y
y
:
number
width
width
:
number
height
height
:
number
scale
X
scaleX
:
number
scale
Y
scaleY
:
number
rotation
rotation
:
number
upper
Left3
D
upperLeft3D
:
Vector3D
lower
Right3
D
lowerRight3D
:
Vector3D
upper
Left2
D
upperLeft2D
:
Point2D
lower
Right2
D
lowerRight2D
:
Point2D
Optional
text
text
?:
string
Optional
foreground
foreground
?:
string
Optional
dashed
dashed
?:
boolean
Optional
rounded
rounded
?:
boolean
Optional
inner
Radius
innerRadius
?:
number
Optional
outer
Radius
outerRadius
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
background
stroke
Width
shadow
points
x
y
width
height
scale
X
scale
Y
rotation
upper
Left3
D
lower
Right3
D
upper
Left2
D
lower
Right2
D
text
foreground
dashed
rounded
inner
Radius
outer
Radius
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents data of a markup shape.