
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,
radiusList: [0.1, 0.3],
indexes: [1, 3]
});
bitbybit.draw.drawAnyAsync({
entity: squareFillet
});
}
start();
Select the perfect plan for your 3D development needs