Maker.js, a
Microsoft Garage
project, is a JavaScript library for creating and sharing modular line drawings for CNC and laser cutters.
View project on
GitHub
Features
Demos
Documentation
Source Code
Star
Api - Slot Class
Hierarchy
Slot
Implements
IModel
Index
Constructors
constructor
Properties
models
origin
paths
Constructors
constructor
new
Slot
(
origin
:
IPoint
, endPoint
:
IPoint
, radius
:
number
, isolateCaps
?:
boolean
)
:
Slot
Parameters
origin:
IPoint
endPoint:
IPoint
radius:
number
Default value
isolateCaps:
boolean
= false
Returns
Slot
Properties
models
models
:
IModelMap
origin
origin
:
IPoint
paths
paths
:
IPathMap
Generated using
TypeDoc