@bitbybit-dev/core
Version:
Bit By Bit Developers Core CAD API to Program Geometry
13 lines (12 loc) • 387 B
TypeScript
export * from "./curve-circle";
export * from "./curve-ellipse";
export * from "./curve";
export * from "./intersect";
export * from "./surface-conical";
export * from "./surface-cylindrical";
export * from "./surface-extrusion";
export * from "./surface-revolved";
export * from "./surface-spherical";
export * from "./surface-sweep";
export * from "./surface";
export * from "./verb";