These are the objects and functions that are available within manifoldCAD
itself.
All of the classes, functions and properties of this module are implemented
elsewhere and re-exported here.
This is an isomorphic module. When imported within manifoldCAD, the bundler
will swap it out for an identical module running in the worker context.
When imported as an ES module, it will implicitly instantiate a manifold wasm
module, and export it along with everything else listed here.
This allows models to behave identically when running on manifoldCAD.org,
through the CLI, or through nodejs.
These are the objects and functions that are available within manifoldCAD itself.
All of the classes, functions and properties of this module are implemented elsewhere and re-exported here.
This is an isomorphic module. When imported within manifoldCAD, the bundler will swap it out for an identical module running in the worker context. When imported as an ES module, it will implicitly instantiate a manifold wasm module, and export it along with everything else listed here. This allows models to behave identically when running on manifoldCAD.org, through the CLI, or through nodejs.
It can be imported as
manifold-3d/manifoldCAD.See
"Using ManifoldCAD" | Using ManifoldCAD