add Approximation option to TopoShape section

This commit is contained in:
tomate44
2018-06-10 17:51:12 +02:00
committed by wmayer
parent be96fcc62d
commit f3ac51d9b7
4 changed files with 23 additions and 13 deletions

View File

@@ -197,9 +197,11 @@ OCC 6.9.0 or later is required.</UserDocu>
<Methode Name="section" Const="true">
<Documentation>
<UserDocu>Section of this with a given (list of) topo shape.
section(tool) -> Shape
section(tool,[approximation=False]) -> Shape
or
section((tool1,tool2,...),[tolerance=0.0]) -> Shape
section((tool1,tool2,...),[tolerance=0.0, approximation=False]) -> Shape
If approximation is True, section edges are approximated to a C1-continuous BSpline curve.
Section of this and a given list of topo shapes.