Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaBoundsBox
Interface AsukaBoundsBox
Every public coordinate DTO declares both its reference space and unit.
interface
AsukaBoundsBox
{
bottom
:
number
;
centerX
:
number
;
centerY
:
number
;
depth
?:
number
;
engine
?:
string
;
height
:
number
;
left
:
number
;
metadata
?:
Record
<
string
,
unknown
>
;
objectId
?:
null
|
string
;
printAreaId
?:
null
|
string
;
right
:
number
;
space
:
AsukaCoordinateSpace
;
top
:
number
;
unit
:
AsukaCoordinateUnit
;
width
:
number
;
x
:
number
;
y
:
number
;
z
?:
number
;
}
Hierarchy (
view full
)
AsukaCoordinateFrame
AsukaBoundsBox
Index
Properties
bottom
centerX
centerY
depth?
engine?
height
left
metadata?
object
Id?
print
Area
Id?
right
space
top
unit
width
x
y
z?
Properties
bottom
bottom
:
number
centerX
centerX
:
number
centerY
centerY
:
number
Optional
depth
depth
?:
number
Optional
engine
engine
?:
string
height
height
:
number
left
left
:
number
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
object
Id
object
Id
?:
null
|
string
Optional
print
Area
Id
print
Area
Id
?:
null
|
string
right
right
:
number
space
space
:
AsukaCoordinateSpace
top
top
:
number
unit
unit
:
AsukaCoordinateUnit
width
width
:
number
x
x
:
number
y
y
:
number
Optional
z
z
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
centerX
centerY
depth
engine
height
left
metadata
object
Id
print
Area
Id
right
space
top
unit
width
x
y
z
AsukaDesigner JavaScript API - v1.0.0
Loading...
Every public coordinate DTO declares both its reference space and unit.