mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 18:30:33 +05:00
def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
0020617: EDF 1207 SMESH: DoubleNode*: impossible to duplicate edges in a 3D mesh def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape): - return self.editor.DoubleNodeElemGroup(theElems, theNodesNot, theShape) + return self.editor.DoubleNodeElemGroupInRegion(theElems, theNodesNot, theShape)
This commit is contained in:
parent
370232fd98
commit
4bbc67fbbe
@ -3530,7 +3530,7 @@ class Mesh:
|
|||||||
# The replicated nodes should be associated to affected elements.
|
# The replicated nodes should be associated to affected elements.
|
||||||
# @ingroup l2_modif_edit
|
# @ingroup l2_modif_edit
|
||||||
def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
|
def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
|
||||||
return self.editor.DoubleNodeElemGroup(theElems, theNodesNot, theShape)
|
return self.editor.DoubleNodeElemGroupInRegion(theElems, theNodesNot, theShape)
|
||||||
|
|
||||||
## Creates a hole in a mesh by doubling the nodes of some particular elements
|
## Creates a hole in a mesh by doubling the nodes of some particular elements
|
||||||
# This method provided for convenience works as DoubleNodes() described above.
|
# This method provided for convenience works as DoubleNodes() described above.
|
||||||
|
Loading…
Reference in New Issue
Block a user