jdegenstein

Results 139 comments of jdegenstein

I believe this was fixed as observed by @BogdanTheGeek

I think the current issue is that NodeMixin.height -> Shape -> BasePartObject -> Box (similar applies to Rectangle too) https://anytree.readthedocs.io/en/latest/api/anytree.node.html#anytree.node.nodemixin.NodeMixin I think maybe renaming Shape.height -> Shape.nodemixin_height might be a...

This is not working, but just putting here in case it is useful later: ```py class Shape... ... @property def height(self): return self._height @height.setter def height(self, value): self._height = value...

@MatthiasJ1 we are waiting for more info on what you are looking for here. Can you please comment on the above?

Probably related to https://github.com/gumyr/build123d/issues/350

I believe this is fixed by https://github.com/gumyr/build123d/pull/679 can you confirm @MatthiasJ1 ?

This was fixed a while ago, closing issue

To my knowledge the only missing package (for a major platform) is cadquery-ocp built for MacOS + aarch64 and released to PyPI. This effort is hampered by GH's lack of...

I personally believe that the correct approach here is to find a way to automatically build/release cadquery-ocp for MacOS + aarch64 to PyPI. I did some research and it appears...

Pack is mentioned on this page https://build123d.readthedocs.io/en/latest/tips.html