You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following method stubs in occ_impl/geom.py:
def distanceToLine(self):
raise NotImplementedError("Have not needed this yet, but OCCT supports it!")
...
def distanceToPlane(self):
raise NotImplementedError("Have not needed this yet, but OCCT supports it!")
Any chance these could be implemented? Sure would be nice to have a clean way of accessing this functionality at the cadquery level, instead of digging into OCCT objects.
The text was updated successfully, but these errors were encountered:
alikureishy
changed the title
Distance between two shapes
Distance between a point and a line/plane
Aug 21, 2021
I think there is support for implementing these, but we have limited resources like most other open source projects. We do accept PRs from the community.
I see the following method stubs in occ_impl/geom.py:
Any chance these could be implemented? Sure would be nice to have a clean way of accessing this functionality at the cadquery level, instead of digging into OCCT objects.
The text was updated successfully, but these errors were encountered: