add shape.proximity(shape)

This commit is contained in:
Sebastian Hoogen
2015-03-08 15:41:27 +01:00
committed by wmayer
parent 63f1dc0e5e
commit b9bcda349f
2 changed files with 57 additions and 0 deletions

View File

@@ -413,6 +413,11 @@ Boolean indicates if the point lying directly on a face is considered to be insi
<Documentation>
<UserDocu>Removes redundant edges from the B-REP model</UserDocu>
</Documentation>
</Methode>
<Methode Name="proximity" Const="true">
<Documentation>
<UserDocu>proximity(Shape s): Returns two lists of Face indexes for the Faces involved in the intersection.</UserDocu>
</Documentation>
</Methode>
<Methode Name="distToShape" Const="true">
<Documentation>