Skip to content

NaridaL/brep.ts

Repository files navigation

Travis npm David

brep.ts

Boundary representation volume modeling in TypeScript.

Installation

NPM: npm install brep.ts --save

Work in progress. Allows modelling volumes a boundary representations and intersecting them. See the interactive demo

Example Usage

import {B2T} from 'brep.ts'
const sphere = B2T.sphere()
const box = B2T.box()
const result = sphere.minus(box)
const resultMesh = result.toMesh()

License

MIT

About

Boundary representation volume modeling in TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages