
typescriptThis project contains demo scripts for TypeScript Monaco editor that are used as examples in the "Getting Started" section of the documentation.
const start = async () => {
const squareOpt = new Bit.Inputs.OCCT.SquareDto();
const square = await bitbybit.occt.shapes.wire.createSquareWire(squareOpt);
const squareFillet = await bitbybit.occt.fillets.fillet2d({
shape: square,
radius: 0.25
});
bitbybit.draw.drawAnyAsync({
entity: squareFillet
});
}
start();
Editor plans for 3D development, API keys for server-side CAD algorithms
Cloud storage, private projects & 3D algorithms for Bitbybit editors
Run CAD algorithms on managed cloud servers from your own backend applications
Custom software development, dedicated servers & CAD automation at scale.