SALOME documentation central
Function Documentation
def Smooth |
( |
|
self, |
|
|
|
IDsOfElements, |
|
|
|
IDsOfFixedNodes, |
|
|
|
MaxNbOfIterations, |
|
|
|
MaxAspectRatio, |
|
|
|
Method | |
|
) |
| | [inherited] |
Smoothes elements.
- Parameters:
-
| IDsOfElements | the list if ids of elements to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is Laplacian(LAPLACIAN_SMOOTH) or Centroidal(CENTROIDAL_SMOOTH) |
- Returns:
- TRUE in case of success, FALSE otherwise.
def SmoothObject |
( |
|
self, |
|
|
|
theObject, |
|
|
|
IDsOfFixedNodes, |
|
|
|
MaxNbOfIterations, |
|
|
|
MaxAspectRatio, |
|
|
|
Method | |
|
) |
| | [inherited] |
Smoothes elements which belong to the given object.
- Parameters:
-
| theObject | the object to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is Laplacian(LAPLACIAN_SMOOTH) or Centroidal(CENTROIDAL_SMOOTH) |
- Returns:
- TRUE in case of success, FALSE otherwise.
def SmoothParametric |
( |
|
self, |
|
|
|
IDsOfElements, |
|
|
|
IDsOfFixedNodes, |
|
|
|
MaxNbOfIterations, |
|
|
|
MaxAspectRatio, |
|
|
|
Method | |
|
) |
| | [inherited] |
Parametrically smoothes the given elements.
- Parameters:
-
| IDsOfElements | the list if ids of elements to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is Laplacian(LAPLACIAN_SMOOTH) or Centroidal(CENTROIDAL_SMOOTH) |
- Returns:
- TRUE in case of success, FALSE otherwise.
def SmoothParametricObject |
( |
|
self, |
|
|
|
theObject, |
|
|
|
IDsOfFixedNodes, |
|
|
|
MaxNbOfIterations, |
|
|
|
MaxAspectRatio, |
|
|
|
Method | |
|
) |
| | [inherited] |
Parametrically smoothes the elements which belong to the given object.
- Parameters:
-
| theObject | the object to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | Laplacian(LAPLACIAN_SMOOTH) or Centroidal(CENTROIDAL_SMOOTH) |
- Returns:
- TRUE in case of success, FALSE otherwise.
Copyright © 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS