AU

Results 558 comments of AU
trafficstars

Did you mange to get some interesting result @kkpal3 ? I'm really curious.

@kkpal3 I could not get this to work either. One way to slightly improve the situation is to use `BRepOffsetAPI_ThruSections.SetMaxDegree` from OCC (not exposed currently). Probably you'll need to investigate...

Interesting, I must say I find it difficult to follow the intent of the code you linked to. It seems that it is using multiple lofts with additional smoothing. CadQuery...

You need to import it first: `from OCP.BRepPrimAPI import BRepPrimAPI_MakeBox`. Not that you'll also need to use `gp_Vec` and not `Vector`.

Here is a workaround. Currently loft is unable to cap non-planar sections, so I did that manually using `makeNSidedSurface`. ```python #%% import pandas as pd import cadquery as cq import...

I cannot reproduce on master with OCP 7.7.1 ![afbeelding](https://github.com/CadQuery/cadquery/assets/13981538/a0138219-d6ed-46ca-a7ba-de40bb3b604c)

occt ships in two versions now (with and without vtk). The assumption was that due the build number all version will be always preferred, but that does not always work....

OK, so all this was with the pip package. Can you also reproduce this with the OCP conda package from conda-forge?

So this is not a bug. For `Workplane` only top of the stack is displayed.