/cadexchanger-web-toolkit-examples

Examples for CAD Exchanger Web Toolkit utilizing its JavaScript API.

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

CAD Exchanger Web Toolkit addon examples

This repository contains examples for CAD Exchanger Web Toolkit utilizing the JavaScript API.

More information about CAD Exchanger Web Toolkit can be found here. You can find overview of available examples and a brief summary for each one here.

The examples are provided under a permissive Modified BSD License. You may insert their source code into your application and modify as needed.

Requirements

  • Node.js 16 or higher

Running

To run the examples, open a terminal and type:

npm install # or yarn install
npm start # or yarn start

These commands will install the live-server npm package locally and start the development server. By default, the examples will be available here. If necessary, you can change the address and port by editing the params inside the live-server.js file (available options are here).

Learn more

If you'd like to learn more about CAD Exchanger, visit our website. If you have any questions, please reach out to us here.