Jojain

Results 27 comments of Jojain

A thread on the discord could be a suitable place, I second this as I would be interested to discuss what CQ wants to be / should be as well...

@adam-urbanczyk Since this is not the first time someone ask this, shouldn't we consider the `exportStl` to automatically make a compound of the assembly ? I'm pretty sure it's trivial...

No problem, there isn't much code and I think it's self explaining enough but if you want me to explain feel free to ask. The main point of this is...

I just realized that it's actually because of the try/except, if I remove it I have a NameError while importing which make sense. I suppose there is no way to...

One thing that can be done is to add logic in the extrude method to make two dprism and cut the inner dprism from the outer one

Have you seen that it's already implemented : https://cadquery.readthedocs.io/en/latest/classreference.html?highlight=exportbrep#cadquery.Shape.exportBrep

Looks like it changed name, I was misslooking in 7.3.0 version of OCCT. In 7.7.0.dev online doc these class are now under the package PrsDim as PrsDim_LengthDimension etc. However it...

An exemple of parameters that lead to wrong geometry, even though the parameters should yield a valid result. ``` from gear_generator import Gear m = 1.5 z = 22 b...

@jmwright yes !

There is a serious bug here in cq/OCCT, I went to see why the windows Gear test was failing and the result is that upon runs without any changes the...