mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
0021078: EDF 1706 SMESH: Dead link in the documentation
This commit is contained in:
parent
fe6540c515
commit
3473a954e5
@ -2243,7 +2243,7 @@ class Mesh:
|
||||
# @param IDsOfNodes the list of node IDs for creation of the element.
|
||||
# The order of nodes in this list should correspond to the description
|
||||
# of MED. \n This description is located by the following link:
|
||||
# http://www.salome-platform.org/salome2/web_med_internet/logiciels/medV2.2.2_doc_html/html/modele_de_donnees.html#3.
|
||||
# http://www.code-aster.org/outils/med/html/modele_de_donnees.html#3.
|
||||
# @return the Id of the new edge
|
||||
# @ingroup l2_modif_add
|
||||
def AddEdge(self, IDsOfNodes):
|
||||
@ -2254,7 +2254,7 @@ class Mesh:
|
||||
# @param IDsOfNodes the list of node IDs for creation of the element.
|
||||
# The order of nodes in this list should correspond to the description
|
||||
# of MED. \n This description is located by the following link:
|
||||
# http://www.salome-platform.org/salome2/web_med_internet/logiciels/medV2.2.2_doc_html/html/modele_de_donnees.html#3.
|
||||
# http://www.code-aster.org/outils/med/html/modele_de_donnees.html#3.
|
||||
# @return the Id of the new face
|
||||
# @ingroup l2_modif_add
|
||||
def AddFace(self, IDsOfNodes):
|
||||
@ -2272,7 +2272,7 @@ class Mesh:
|
||||
# @param IDsOfNodes the list of node IDs for creation of the element.
|
||||
# The order of nodes in this list should correspond to the description
|
||||
# of MED. \n This description is located by the following link:
|
||||
# http://www.salome-platform.org/salome2/web_med_internet/logiciels/medV2.2.2_doc_html/html/modele_de_donnees.html#3.
|
||||
# http://www.code-aster.org/outils/med/html/modele_de_donnees.html#3.
|
||||
# @return the Id of the new volumic element
|
||||
# @ingroup l2_modif_add
|
||||
def AddVolume(self, IDsOfNodes):
|
||||
|
Loading…
Reference in New Issue
Block a user