Add Part.distToShape()

This commit is contained in:
WandererFan
2014-02-14 13:08:52 -05:00
committed by wmayer
parent 6d1d55dc15
commit dcc4839968
2 changed files with 141 additions and 0 deletions

View File

@@ -367,6 +367,13 @@ Boolean indicates if the point lying directly on a face is considered to be insi
<UserDocu>Removes redundant edges from the B-REP model</UserDocu>
</Documentation>
</Methode>
<Methode Name="distToShape" Const="true">
<Documentation>
<UserDocu>Find the minimum distance to another shape.
distToShape(Shape s): Returns a list of minimum distance and solution point pairs - [mindist, (pointonthis,supporttype,
pointons,supporttype),(...),...]</UserDocu>
</Documentation>
</Methode>
<Methode Name="getElement" Const="true">
<Documentation>
<UserDocu>Returns a SubElement</UserDocu>