mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
improve comments of MakeBoundaryMesh()
This commit is contained in:
parent
ac724740a9
commit
044bc6d891
@ -3082,13 +3082,16 @@ class Mesh:
|
||||
## Creates missing boundary elements
|
||||
# @param elements - elements whose boundary is to be checked:
|
||||
# mesh, group, sub-mesh or list of elements
|
||||
# if elements is mesh, it must be the mesh whose MakeBoundaryMesh() is called
|
||||
# @param dimension - defines type of boundary elements to create:
|
||||
# SMESH.BND_2DFROM3D, SMESH.BND_1DFROM3D, SMESH.BND_1DFROM2D
|
||||
# SMESH.BND_1DFROM3D creates mesh edges on all borders of free facets of 3D cells
|
||||
# @param groupName - a name of group to store created boundary elements in,
|
||||
# "" means not to create the group
|
||||
# @param meshName - a name of new mesh to store created boundary elements in,
|
||||
# "" means not to create the new mesh
|
||||
# @param toCopyElements - if true, the checked elements will be copied into the new mesh
|
||||
# @param toCopyElements - if true, the checked elements will be copied into
|
||||
# the new mesh else only boundary elements will be copied into the new mesh
|
||||
# @param toCopyExistingBondary - if true, not only new but also pre-existing
|
||||
# boundary elements will be copied into the new mesh
|
||||
# @return tuple (mesh, group) where bondary elements were added to
|
||||
|
Loading…
Reference in New Issue
Block a user