
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 file = await bitbybit.asset.getLocalFile({
fileName: "KukaRobot"
}) as File;
const shape = await bitbybit.occt.io.loadSTEPorIGES({
assetFile: file,
adjustZtoY: true,
});
bitbybit.draw.drawAnyAsync({
entity: shape
})
}
start();
Select the perfect plan for your 3D development needs