OpenOrion / meshql

query based meshing on top of GMSH
MIT License
18 stars 3 forks source link

build123d example #4

Open dvc94ch opened 1 week ago

dvc94ch commented 1 week ago

would be nice to also support build123d

afshawnlotfi commented 5 days ago

For now you can just get the underlying OCC wrapped object and construct a CQObject (cq.Solid or cq.Compound) and pass that in . https://github.com/OpenOrion/meshql/blob/main/meshql/ql.py#L43C62-L43C70