Skip to content

Commit

Permalink
Introduced PickFaceSelectedLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit3701 committed Jul 7, 2017
1 parent c19c7a9 commit 408b024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rebarfunc.py
Expand Up @@ -190,6 +190,7 @@ def getSelectedFace(self):
if "Face" in selected_objs[0].SubElementNames[0]:
self.SelectedObj = selected_objs[0].Object
self.FaceName = selected_objs[0].SubElementNames[0]
self.form.PickSelectedFaceLabel.setText("Selected face is " + self.FaceName)
else:
showWarning("Select any face of the structural element.")
else:
Expand Down

0 comments on commit 408b024

Please sign in to comment.