Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drawing a TRUE Involute spur Gear
#8
I found my copies of Makegear.bas and Gears.bas Macro.
Just click on the attachments below.


.bas   Gears.bas (Size: 3.43 KB / Downloads: 11)

.bas   Makegear.bas (Size: 5.19 KB / Downloads: 10)

Move or Copy these files to your DeltaCad Macros folder then go to the Macro tab in DeltaCad to Run or Edit the Macros.

P.S.
I tried to add the Timer command in Gears.bas to slow down the animation but it kept crashing.
So I added another loop in the Delay subroutine.
Code:
Sub Delay
Dim d As Double
d = 0
For i = 1 To 20000
'add loop
For TT=1 to 10
   Cos(.707)
Next TT
'
d = d + 1
Next i
End Sub
Reply


Messages In This Thread
RE: Drawing a TRUE Involute spur Gear - AlwMVMO - 07-28-2017, 11:33 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Drawing True Threads jw48 6 8,870 03-02-2011, 08:53 AM
Last Post: Admin 1

Forum Jump:


Users browsing this thread: 1 Guest(s)