UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 148 B
import Geom3 from './type' import Poly3 from '../poly3/type' export default toPolygons declare function toPolygons(geometry: Geom3): Array<Poly3>