CadQuery / CadQuery/cadquery

Distance between a point and a line/plane

Open
#854 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.