mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 02:40:36 +05:00
RNC: Fixed documentation of MakeFilling : parameter "theMethod" takes the values GEOM.FOM_Default, GEOM.FOM_UseOri, GEOM.FOM_AutoCorrect
This commit is contained in:
parent
8838f199cc
commit
4ef83c2664
@ -1358,13 +1358,13 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
||||
# @param theTol3D a 3d tolerance to be reached
|
||||
# @param theNbIter a number of iteration of approximation algorithm
|
||||
# @param theMethod Kind of method to perform filling operation:
|
||||
# 0 - Default - standard behaviour
|
||||
# 1 - Use edges orientation - orientation of edges are
|
||||
# used: if edge is reversed curve from this edge
|
||||
# is reversed before using in filling algorithm.
|
||||
# 2 - Auto-correct orientation - change orientation
|
||||
# of curves using minimization of sum of distances
|
||||
# between ends points of edges.
|
||||
# GEOM.FOM_Default - Default - standard behaviour
|
||||
# /GEOM.FOM_UseOri - Use edges orientation - orientation of edges is
|
||||
# used: if the edge is reversed, the curve from this edge
|
||||
# is reversed before using it in the filling algorithm.
|
||||
# /GEOM.FOM_AutoCorrect - Auto-correct orientation - changes the orientation
|
||||
# of the curves using minimization of sum of distances
|
||||
# between the end points of the edges.
|
||||
# @param isApprox if True, BSpline curves are generated in the process
|
||||
# of surface construction. By default it is False, that means
|
||||
# the surface is created using Besier curves. The usage of
|
||||
|
Loading…
Reference in New Issue
Block a user