mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Suppress some doxygen warnings
This commit is contained in:
parent
d8c160ee27
commit
ce5494a2c1
@ -954,7 +954,7 @@ class smeshDC(SMESH._objref_SMESH_Gen):
|
|||||||
return SMESH._objref_SMESH_Gen.CreateHypothesis(self, theHType, theLibName )
|
return SMESH._objref_SMESH_Gen.CreateHypothesis(self, theHType, theLibName )
|
||||||
|
|
||||||
## Gets the mesh statistic
|
## Gets the mesh statistic
|
||||||
# @return dictionary <element type> - <count of elements>
|
# @return dictionary "element type" - "count of elements"
|
||||||
# @ingroup l1_meshinfo
|
# @ingroup l1_meshinfo
|
||||||
def GetMeshInfo(self, obj):
|
def GetMeshInfo(self, obj):
|
||||||
if isinstance( obj, Mesh ):
|
if isinstance( obj, Mesh ):
|
||||||
@ -2503,7 +2503,7 @@ class Mesh:
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
## Get measure structure specifying bounding box data of the specified object(s)
|
## Get measure structure specifying bounding box data of the specified object(s)
|
||||||
# @param objects single source object or list of source objects or list of nodes/elements IDs
|
# @param IDs single source object or list of source objects or list of nodes/elements IDs
|
||||||
# @param isElem if @a objects is a list of IDs, @c True value in this parameters specifies that @a objects are elements,
|
# @param isElem if @a objects is a list of IDs, @c True value in this parameters specifies that @a objects are elements,
|
||||||
# @c False specifies that @a objects are nodes
|
# @c False specifies that @a objects are nodes
|
||||||
# @return Measure structure
|
# @return Measure structure
|
||||||
@ -4149,6 +4149,7 @@ class Mesh:
|
|||||||
# This method provided for convenience works as DoubleNodes() described above.
|
# This method provided for convenience works as DoubleNodes() described above.
|
||||||
# @param theNodes list of groups of nodes to be doubled
|
# @param theNodes list of groups of nodes to be doubled
|
||||||
# @param theModifiedElems list of groups of elements to be updated.
|
# @param theModifiedElems list of groups of elements to be updated.
|
||||||
|
# @param theMakeGroup forces the generation of a group containing new nodes.
|
||||||
# @return TRUE if operation has been completed successfully, FALSE otherwise
|
# @return TRUE if operation has been completed successfully, FALSE otherwise
|
||||||
# @ingroup l2_modif_edit
|
# @ingroup l2_modif_edit
|
||||||
def DoubleNodeGroups(self, theNodes, theModifiedElems, theMakeGroup=False):
|
def DoubleNodeGroups(self, theNodes, theModifiedElems, theMakeGroup=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user