AU
AU
I'm going to squash anyhows, so why not. Additional idea: allow callbacks with 0 arity or no rv for debugging (if multimethod allows to dispatch on that). Use case would...
> > if we should allow to map via Callable[[Iterable[CQObject]], Sequence[CQObject]] too. > > Does this mean something like the following works without an explicit call to `compound`: > This...
In the meantime I added `invoke` for calling breakpoint or show inline. It can be also used to implement plugins without monkey patching.
I added some docs and I think this is ready to be merged. Any thoughts @lorenzncode @voneiden @jmwright ?
Merging, thanks @voneiden !
Not currently implemented in CQ, but you can always use the OCCT API directly. E.g. setting units to um: ```python import OCP w = OCP.STEPControl.STEPControl_Writer() OCP.Interface.Interface_Static.SetCVal_s("write.step.unit","UM") ``` NB: This seems...
A workplane can be usually created from a curved face.
@lorenzncode will you have bandwidth/interest to look at this?
I added shape normalization. For your example `loft` returns `Face` instead of `Shell`.
I think it is ready for a fist pass. Take a look at the new doc section to get a glimpse.