TopoShapePy: add optional tolerance to function distToShape

This commit is contained in:
tomate44
2024-03-25 17:12:44 +01:00
committed by wwmayer
parent 7256e1c827
commit a32e67c85e
2 changed files with 4 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ proximity(shape,[tolerance]) -> (selfFaces, shapeFaces)
<Methode Name="distToShape" Const="true">
<Documentation>
<UserDocu>Find the minimum distance to another shape.
distToShape(shape) -> (dist, vectors, infos)
distToShape(shape, tol=1e-7) -> (dist, vectors, infos)
--
dist is the minimum distance, in mm (float value).