jscad / csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/OpenJSCAD.org/tree/master/packages/modeling
MIT License
217 stars 56 forks source link

V1 : Cuboid not exported #200

Closed kbruneel closed 3 years ago

kbruneel commented 3 years ago

Hi,

Is there a reason why cuboid is not exported here?

https://github.com/jscad/csg.js/blob/9abade05bb60387292ed66618c7623f3d100683e/csg.js#L143

Many thanks, Karel

z3dev commented 3 years ago

@kbruneel welcome

Cuboid should be exported.

FYI, this library is now part of the larger project under OpenJSCAD.org repository. Under the V2 branch, this library is called ‘modeling’. If possible, I suggest that you work with V2 going forward.

kbruneel commented 3 years ago

Ah ok. I did not get that.

In the modeling lib cuboid is exported correctly.

Thanks, Karel

z3dev commented 3 years ago

Yes. Cuboid is part of the normal test suite now.

You can try out V2 at www.jscad.xyz

Let us know if you have any issues.