Python functions to intersect curves and surfaces

This commit is contained in:
jrheinlaender
2013-08-31 16:52:28 +02:00
committed by Stefan Tröger
parent a5eee4503e
commit a07d1fdba8
4 changed files with 283 additions and 0 deletions

View File

@@ -105,5 +105,22 @@ The required arguments are:
</UserDocu>
</Documentation>
</Methode>
<Methode Name="intersect" Const="true">
<Documentation>
<UserDocu>
Returns all intersection points/curves between the surface and the curve/surface.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="intersectSS">
<Documentation>
<UserDocu>
Returns all intersection curves of this surface and the given surface.
The required arguments are:
* Second surface
* precision code (optional, default=0)
</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>