' ******************************************************************************
' swxJRNL.swj - journal recorded on 06/10/04 by fejo
' *****************************************************************************
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 ("X:\200126  canyon dynamics\200126John F canyon dynamics\John f canyon dynamics throw away2\ODI DUMMY.SLDPRT", 1, 0, "", longstatus, longwarnings)
Set Part = swApp.ActivateDoc ("ODI DUMMY.SLDPRT")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.ActiveView().RotateAboutCenter 0.00480156, 0
Part.ActiveView().RotateAboutCenter 0.00960312, 0
Part.ActiveView().RotateAboutCenter 0.043214, 0
Part.ActiveView().RotateAboutCenter 0.110436, 0
Part.ActiveView().RotateAboutCenter 0.100833, 0.0258213
Part.ActiveView().RotateAboutCenter 0.0576187, 0.0258213
Part.ActiveView().RotateAboutCenter 0.0240078, 0.0129107
Part.ActiveView().RotateAboutCenter 0.0192062, 0.00645533
Part.ActiveView().RotateAboutCenter 0.0336109, 0.019366
Part.ActiveView().RotateAboutCenter 0.0336109, 0.0258213
Part.ActiveView().RotateAboutCenter 0.105634, 0.0645533
Part.ActiveView().RotateAboutCenter 0.0816265, 0.0580979
Part.ActiveView().RotateAboutCenter 0.00960312, 0.00645533
Part.ActiveView().RotateAboutCenter 0.00960312, 0.00645533
Part.ActiveView().RotateAboutCenter 0.00960312, 0
Part.ActiveView().RotateAboutCenter -0.00480156, -0.00645533
Part.ActiveView().RotateAboutCenter -0.0192062, -0.00645533
Part.ActiveView().RotateAboutCenter -0.0576187, -0.019366
Part.ActiveView().RotateAboutCenter -0.0864281, -0.0451873
Part.ActiveView().RotateAboutCenter -0.0576187, -0.038732
Part.ActiveView().RotateAboutCenter -0.076825, -0.0516426
Part.ActiveView().RotateAboutCenter -0.0816265, -0.0580979
Part.ActiveView().RotateAboutCenter -0.0480156, -0.0322766
Part.ActiveView().RotateAboutCenter -0.0816265, -0.0258213
Part.ActiveView().RotateAboutCenter -0.0912297, -0.019366
Part.ActiveView().RotateAboutCenter -0.0864281, 0
Part.ActiveView().RotateAboutCenter -0.100833, 0.038732
Part.ActiveView().RotateAboutCenter -0.043214, 0.0322766
Part.ActiveView().RotateAboutCenter -0.00960312, 0.019366
Part.ActiveView().RotateAboutCenter -0.00480156, 0
Part.ActiveView().RotateAboutCenter 0, -0.00645533
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ExitApp
End Sub
