From 60842d20ab176863bd74b3478ff35fb66ae9a7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 27 Apr 2009 13:59:46 +0000 Subject: [PATCH] Show picked face git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5834 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Plugin-Info/InfoPlugin.cc | 2 ++ Plugin-Info/infoWidget.ui | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/Plugin-Info/InfoPlugin.cc b/Plugin-Info/InfoPlugin.cc index 33ea7c3e6..71c5ac706 100644 --- a/Plugin-Info/InfoPlugin.cc +++ b/Plugin-Info/InfoPlugin.cc @@ -63,6 +63,8 @@ void InfoPlugin::printMeshInfo( MeshT* _mesh , int _id, unsigned int _face ) { info_->closestv->setText( "Closest vertex: " + locale.toString( closest_v_idx ) ); // Closest Edge info_->closeste->setText( "Closest edge: " + locale.toString( closest_e_idx ) ); + // Picked Vertex + info_->pickedFace->setText( "Picked face: " + locale.toString( _face ) ); // Components info_->components->setText( "Components: " + locale.toString(MeshInfo::componentCount(_mesh))); // Boundaries diff --git a/Plugin-Info/infoWidget.ui b/Plugin-Info/infoWidget.ui index bbe413975..47f38d885 100644 --- a/Plugin-Info/infoWidget.ui +++ b/Plugin-Info/infoWidget.ui @@ -82,6 +82,13 @@ + + + + Picked face + + + -- GitLab