mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-10 21:33:08 +05:00
tiny modification in the filling documentation
This commit is contained in:
parent
9ff14f06aa
commit
b434bfe79a
@ -18,12 +18,16 @@ created surface and the reference edge;
|
|||||||
iterations are repeated until the required tolerance is reached. So, a
|
iterations are repeated until the required tolerance is reached. So, a
|
||||||
greater number of iterations allows producing a better surface.
|
greater number of iterations allows producing a better surface.
|
||||||
\n <b>Method</b> - Kind of method to perform filling operation
|
\n <b>Method</b> - Kind of method to perform filling operation
|
||||||
1. Default - the standard behaviour.
|
|
||||||
2. Use edges orientation - the edges orientation is used: if an edge is
|
<ol>
|
||||||
|
<li>Default - the standard behaviour.</li>
|
||||||
|
<li>Use edges orientation - the edges orientation is used: if an edge is
|
||||||
reversed, the curve from this edge is reversed before being used by the filling
|
reversed, the curve from this edge is reversed before being used by the filling
|
||||||
algorithm.
|
algorithm.</li>
|
||||||
3. Auto-correct edges orientation - curves orientation is changed to
|
<li>Auto-correct edges orientation - curves orientation is changed to
|
||||||
minimize the sum of distances between ends points of edges.
|
minimize the sum of distances between ends points of edges.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
\n <b>Approximation</b> - if checked, BSpline curves are generated in
|
\n <b>Approximation</b> - if checked, BSpline curves are generated in
|
||||||
the process of surface construction (using
|
the process of surface construction (using
|
||||||
GeomAPI_PointsToBSplineSurface functionality). By default the surface
|
GeomAPI_PointsToBSplineSurface functionality). By default the surface
|
||||||
|
Loading…
Reference in New Issue
Block a user