mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
PAL10237. Add AutomaticLength 1D hypothesis
This commit is contained in:
parent
1f81f404ba
commit
c00242c4f0
@ -53,6 +53,13 @@ module StdMeshers
|
||||
double GetLength();
|
||||
};
|
||||
|
||||
/*!
|
||||
* StdMeshers_AutomaticLength: interface of "Automatic length" hypothesis
|
||||
*/
|
||||
interface StdMeshers_AutomaticLength : SMESH::SMESH_Hypothesis
|
||||
{
|
||||
};
|
||||
|
||||
/*!
|
||||
* StdMeshers_NumberOfSegments: interface of "Nb. Segments" hypothesis
|
||||
*/
|
||||
|
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"POT-Creation-Date: 2002-05-28 10:57:43 AM CEST\n"
|
||||
"PO-Revision-Date: YYYY-MM-DD\n"
|
||||
"PO-Revision-Date: 2005-11-01 12:58+0300\n"
|
||||
"Last-Translator: FULLNAME <EMAIL@ADDRESS>\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
|
||||
@ -51,6 +51,10 @@ msgstr "mesh_hypo_length.png"
|
||||
msgid "ICON_DLG_ARITHMETIC_1D"
|
||||
msgstr "mesh_hypo_length.png"
|
||||
|
||||
#Hypo AutomaticLength
|
||||
msgid "ICON_DLG_AUTOMATICLENGTH"
|
||||
msgstr "mesh_hypo_length.png"
|
||||
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# ObjectBrowser
|
||||
@ -90,7 +94,7 @@ msgstr "mesh_tree_hypo_volume.png"
|
||||
|
||||
#mesh_tree_hypo_length
|
||||
msgid "ICON_SMESH_TREE_HYPO_LengthFromEdges"
|
||||
msgstr "mesh_tree_hypo_length.png"
|
||||
msgstr "mesh_tree_hypo_area.png"
|
||||
|
||||
#mesh_tree_hypo_nonconform
|
||||
msgid "ICON_SMESH_TREE_HYPO_NotConformAllowed"
|
||||
@ -108,6 +112,10 @@ msgstr "mesh_tree_hypo_length.png"
|
||||
msgid "ICON_SMESH_TREE_HYPO_Arithmetic1D"
|
||||
msgstr "mesh_tree_hypo_length.png"
|
||||
|
||||
#mesh_tree_hypo_AutomaticLength
|
||||
msgid "ICON_SMESH_TREE_HYPO_AutomaticLength"
|
||||
msgstr "mesh_tree_hypo_length.png"
|
||||
|
||||
#mesh_tree_hypo_propagation
|
||||
msgid "ICON_SMESH_TREE_HYPO_Propagation"
|
||||
msgstr "mesh_tree_hypo_length.png"
|
||||
|
Loading…
Reference in New Issue
Block a user