mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
RNC: Fixed documentation of SetGeometricMesh
Parameter theGeometricMesh takes the value 0 or 1
This commit is contained in:
parent
27cd471609
commit
4de666ddfa
@ -4447,7 +4447,7 @@ class Mesh_Triangle(Mesh_Algorithm):
|
|||||||
self.Parameters().SetPhyMax(theVal)
|
self.Parameters().SetPhyMax(theVal)
|
||||||
|
|
||||||
## Sets a way to define maximum angular deflection of mesh from CAD model.
|
## Sets a way to define maximum angular deflection of mesh from CAD model.
|
||||||
# @param theGeometricMesh is: DefaultGeom or Custom
|
# @param theGeometricMesh is: 0 (None) or 1 (Custom)
|
||||||
# @ingroup l3_hypos_blsurf
|
# @ingroup l3_hypos_blsurf
|
||||||
def SetGeometricMesh(self, theGeometricMesh=0):
|
def SetGeometricMesh(self, theGeometricMesh=0):
|
||||||
# Parameter of BLSURF algo
|
# Parameter of BLSURF algo
|
||||||
|
Loading…
Reference in New Issue
Block a user