Update for 19962 issue: MakePipeBiNormalAlongAxis implementation.

This commit is contained in:
akl 2008-12-26 13:51:15 +00:00
parent f22eedcf8d
commit bae7c183d8
3 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 628 KiB

View File

@ -80,6 +80,10 @@ msgstr "Not a single entity has been found"
#==============================================================================
#
#
#==============================================================================
#
#: GeometryGUI.cxx:563
msgid "GEOM_INF_LOADED"
msgstr "File %1 loaded."
@ -473,6 +477,10 @@ msgstr "Step V :"
msgid "GEOM_STEP_U"
msgstr "Step U :"
#BiNormal
msgid "GEOM_BINORMAL"
msgstr "BiNormal"
#
#==============================================================================
#

View File

@ -82,7 +82,7 @@ GenerationGUI_PipeDlg::GenerationGUI_PipeDlg(GeometryGUI* theGeometryGUI, QWidge
GroupPoints->GroupBox1->setTitle(tr("GEOM_ARGUMENTS"));
GroupPoints->TextLabel1->setText(tr("GEOM_BASE_OBJECT"));
GroupPoints->TextLabel2->setText(tr("GEOM_PATH_OBJECT"));
GroupPoints->TextLabel3->setText(tr("GEOM_VECTOR"));
GroupPoints->TextLabel3->setText(tr("GEOM_BINORMAL"));
GroupPoints->PushButton1->setPixmap(image1);
GroupPoints->PushButton2->setPixmap(image1);
GroupPoints->PushButton3->setPixmap(image1);