Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 990 Bytes

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