Skip to content

Commit

Permalink
Update Dogbone.py
Browse files Browse the repository at this point in the history
Just cleaned up header info.  I think I messed up earlier.
  • Loading branch information
tapnair committed Jun 23, 2015
1 parent 0d09d6c commit 1ed8f27
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions Dogbone.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
##Author-Casey Rogers
##Description-An Add-In for making dog-bone fillets.
#Select edges interior to 90 degree angles. Specify a tool diameter and a radial offset. The add-in will then create a dog-bone with diamater equal to the tool diameter plus
#twice the offset (as the offset is applied to the radius) at each selected edge.
##Select edges interior to 90 degree angles. Specify a tool diameter and a radial offset. The add-in will then create a dog-bone with diamater equal to the tool diameter plus
##twice the offset (as the offset is applied to the radius) at each selected edge.
#'''
#Version 1
#Current Functionality:
#Select edges interior to 90 degree angles. Specify a tool diameter and a radial offset.
#The add-in will then create a dogbone with diamater equal to the tool diameter plus
#twice the offset (as the offset is applied to the radius) at each selected edge.
#
# Author-Casey Rogers
# Description-An Add-In for making dog-bone fillets.

# Version 1
# Current Functionality:
# Select edges interior to 90 degree angles. Specify a tool diameter and a radial offset.
# The add-in will then create a dogbone with diamater equal to the tool diameter plus
# twice the offset (as the offset is applied to the radius) at each selected edge.

#Known Bugs:
#The add-in's custom icon is not displaying in the user interface.
#'''

import adsk.core, adsk.fusion, traceback

Expand Down

0 comments on commit 1ed8f27

Please sign in to comment.