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 - IModelPathCallback Interface
Callback signature for model.walkPaths().
Hierarchy
IModelPathCallback
Callable
__call
(
modelContext
:
IModel
, pathId
:
string
, pathContext
:
IPath
)
:
void
Callback signature for model.walkPaths().
Parameters
modelContext:
IModel
pathId:
string
pathContext:
IPath
Returns
void
Generated using
TypeDoc
Callback signature for model.walkPaths().