UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

24 lines (22 loc) 1.43 kB
export { default as arc, ArcOptions } from './arc' export { default as circle, CircleOptions } from './circle' export { default as cube, CubeOptions } from './cube' export { default as cuboid, CuboidOptions } from './cuboid' export { default as cylinder, CylinderOptions } from './cylinder' export { default as cylinderElliptic, CylinderEllipticOptions } from './cylinderElliptic' export { default as ellipse, EllipseOptions } from './ellipse' export { default as ellipsoid, EllipsoidOptions } from './ellipsoid' export { default as geodesicSphere, GeodesicSphereOptions } from './geodesicSphere' export { default as line } from './line' export { default as polygon, PolygonOptions } from './polygon' export { default as polyhedron, PolyhedronOptions } from './polyhedron' export { default as rectangle, RectangleOptions } from './rectangle' export { default as roundedCuboid, RoundedCuboidOptions } from './roundedCuboid' export { default as roundedCylinder, RoundedCylinderOptions } from './roundedCylinder' export { default as roundedRectangle, RoundedRectangleOptions } from './roundedRectangle' export { default as sphere, SphereOptions } from './sphere' export { default as square, SquareOptions } from './square' export { default as star, StarOptions } from './star' export { default as torus, TorusOptions } from './torus' export { default as triangle, TriangleOptions } from './triangle' export as namespace primitives