Skip to content

Commit

Permalink
more fixed re issue #993 #989 [tool]
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed Sep 3, 2020
1 parent 2ef55db commit 2c9af75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
detail_lines[view_id_int] += 1

output.print_md("####LINE COUNT IN CURRENT VIEW:")
output.print_md('By: [{}]({})'.format(__author__, __contact__))
output.print_md('By: [{}]({})'.format('Frederic Beaupere',
'https://github.com/frederic-beaupere'))

for line_count, view_id_int \
in sorted(zip(detail_lines.values(), detail_lines.keys()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
forms.alert('At least one Level element must be selected.')
else:
output.print_md("####LIST ALL ELEMENTS ON SELECTED LEVEL(S):")
output.print_md('By: [{}]({})'.format(__author__, __contact__))
output.print_md('By: [{}]({})'.format('Frederic Beaupere',
'https://github.com/frederic-beaupere'))


all_count = all_elements.Count
print('\n' + str(all_count) + ' Elements found in project.')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@


output.print_md("####LEGENDS WITH REVISION CLOUDS:")
output.print_md('By: [{}]({})'.format(__author__, __contact__))
output.print_md('By: [{}]({})'.format('Frederic Beaupere',
'https://github.com/frederic-beaupere'))


for view_id in clouded_views:
view = revit.doc.GetElement(view_id)
Expand Down

0 comments on commit 2c9af75

Please sign in to comment.