G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/toolpath-core
Region2
Interface Region2
A 2D region in printer coordinates (excluded areas etc.).
interface
Region2
{
kind
:
"rect"
|
"polygon"
;
points
:
Point2
[]
;
}
Index
Properties
kind
points
Properties
kind
kind
:
"rect"
|
"polygon"
points
points
:
Point2
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
points
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
A 2D region in printer coordinates (excluded areas etc.).