CascadeStudio
CascadeStudio copied to clipboard
A Full Live-Scripted CAD Kernel in the Browser
So the problem is that you can draw a face like this: const a = new Sketch([0, 0], 0); a.Start([0, 0]).LineTo([-10, 0]).LineTo([0, 20]).LineTo([0, 0]).End(); a.Face(); But you can not draw...
Hi author of this demo, I have recently been using your project as a learing demo for OCC. Yet I have noticed a bug about the coordinate system difference between...
Hello See code below. The bound box for the first example seems to be fine. That is the intersection of a cylinder and a box. However the second example, the...