' ******************************************************************************
' swxJRNL.swj - journal recorded on 01/14/05 by hamilton
' *****************************************************************************
Dim swApp As Object
Dim Part As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim FeatureData As Object
Dim Feature As Object
Dim Component As Object
Sub main()

Set swApp = Application.SldWorks

Set Part = swApp.OpenDoc6 ("C:\Documents and Settings\hamilton\Desktop\Termination\Anchor_Assembly\double stack.SLDASM", 2, 0, "", longstatus, longwarnings)
Set Part = swApp.ActivateDoc ("double stack.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.ActiveView().RotateAboutCenter 0.00625341, -0.00819546
Part.ActiveView().RotateAboutCenter 0.0125068, -0.00819546
Part.ActiveView().RotateAboutCenter 0.0250136, -0.0163909
Part.ActiveView().RotateAboutCenter 0.031267, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0375204, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0625341, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0812943, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0562807, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0875477, -0.0491728
Part.ActiveView().RotateAboutCenter 0.0625341, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0500273, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0437739, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0375204, -0.0163909
Part.ActiveView().RotateAboutCenter 0.0187602, -0.0163909
Part.ActiveView().RotateAboutCenter 0.031267, -0.0327818
Part.ActiveView().RotateAboutCenter 0.0375204, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0250136, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0187602, -0.0245864
Part.ActiveView().RotateAboutCenter 0.00625341, 0
Part.ActiveView().RotateAboutCenter 0.00625341, -0.00819546
Part.ActiveView().RotateAboutCenter 0.00625341, -0.00819546
Part.ActiveView().RotateAboutCenter 0.0187602, -0.0163909
Part.ActiveView().RotateAboutCenter 0.0250136, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0250136, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0187602, -0.0327818
Part.ActiveView().RotateAboutCenter 0.0125068, -0.0245864
Part.ActiveView().RotateAboutCenter 0.00625341, -0.0245864
Part.ActiveView().RotateAboutCenter 0.0125068, -0.0327818
Part.ActiveView().RotateAboutCenter 0.0125068, -0.0327818
Part.ActiveView().RotateAboutCenter 0, -0.0327818
Part.ActiveView().RotateAboutCenter 0.00625341, -0.0245864
Part.ActiveView().RotateAboutCenter 0, -0.0327818
Part.ActiveView().RotateAboutCenter 0, -0.0409773
Part.ActiveView().RotateAboutCenter 0, -0.0327818
Part.ActiveView().RotateAboutCenter 0, -0.0245864
Part.ActiveView().RotateAboutCenter 0, -0.0245864
Part.ActiveView().RotateAboutCenter 0, -0.0245864
Part.ActiveView().RotateAboutCenter 0, -0.0163909
Part.ActiveView().RotateAboutCenter -0.00625341, -0.00819546
Part.ActiveView().RotateAboutCenter 0, -0.00819546
Part.ActiveView().RotateAboutCenter 0, 0.00819546
Part.ActiveView().RotateAboutCenter -0.00625341, 0.0245864
Part.ActiveView().RotateAboutCenter 0, 0.00819546
Part.ActiveView().RotateAboutCenter 0, 0.00819546
Part.ActiveView().RotateAboutCenter -0.00625341, 0.00819546
Part.ActiveView().RotateAboutCenter 0, 0.00819546
Part.ActiveView().RotateAboutCenter -0.00625341, 0.00819546
Part.ActiveView().RotateAboutCenter -0.00625341, 0
Part.ActiveView().RotateAboutCenter -0.00625341, 0
Part.ActiveView().RotateAboutCenter -0.00625341, 0
Set Part = Nothing
swApp.CloseDoc "double stack.SLDASM"
swApp.ExitApp
End Sub
