G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-model-renderer
ModelBounds
Interface ModelBounds
Axis-aligned bounds in scene units (mm assumed unless the source declares otherwise).
interface
ModelBounds
{
max
:
readonly
[
number
,
number
,
number
]
;
min
:
readonly
[
number
,
number
,
number
]
;
}
Index
Properties
max
min
Properties
max
max
:
readonly
[
number
,
number
,
number
]
min
min
:
readonly
[
number
,
number
,
number
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
min
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
Axis-aligned bounds in scene units (mm assumed unless the source declares otherwise).