mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-16 10:20:34 +05:00
Bug IPAL19097 NPAL16768 is not implemented for "Normal to a face"
This commit is contained in:
parent
e84cf1b119
commit
f3d19bfb62
@ -108,7 +108,8 @@ void MeasureGUI_NormaleDlg::Init()
|
|||||||
myPoint = GEOM::GEOM_Object::_nil();
|
myPoint = GEOM::GEOM_Object::_nil();
|
||||||
|
|
||||||
myEditCurrentArgument = GroupArgs->LineEdit1;
|
myEditCurrentArgument = GroupArgs->LineEdit1;
|
||||||
globalSelection( GEOM_FACE );
|
globalSelection( GEOM_FACE ); // to close previous local selection
|
||||||
|
localSelection( GEOM::GEOM_Object::_nil(), TopAbs_FACE );
|
||||||
|
|
||||||
/* signals and slots connections */
|
/* signals and slots connections */
|
||||||
connect( buttonOk(), SIGNAL( clicked() ), this, SLOT( ClickOnOk() ) );
|
connect( buttonOk(), SIGNAL( clicked() ), this, SLOT( ClickOnOk() ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user