' ******************************************************************************
' swxJRNL.swj - journal recorded on 06/18/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\Canyon Dynamics_2001\John f canyon dynamics throw away_version\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, -0.00645533
Part.ActiveView().RotateAboutCenter -0.0288094, -0.0129107
Part.ActiveView().RotateAboutCenter -0.0576187, -0.0129107
Part.ActiveView().RotateAboutCenter -0.0672219, -0.0258213
Part.ActiveView().RotateAboutCenter -0.0960312, -0.0258213
Part.ActiveView().RotateAboutCenter -0.110436, -0.019366
Part.ActiveView().RotateAboutCenter -0.100833, 0
Part.ActiveView().RotateAboutCenter -0.043214, 0
Part.ActiveView().RotateAboutCenter -0.0240078, 0
Part.ActiveView().RotateAboutCenter -0.0720234, 0.00645533
Part.ActiveView().RotateAboutCenter -0.15365, 0.0258213
Part.ActiveView().RotateAboutCenter -0.0960312, 0.0129107
Part.ActiveView().RotateAboutCenter -0.0576187, 0.00645533
Part.ActiveView().RotateAboutCenter -0.0240078, 0
Part.ActiveView().RotateAboutCenter -0.0240078, 0
Part.ActiveView().RotateAboutCenter -0.0192062, 0.00645533
Part.ActiveView().RotateAboutCenter -0.00480156, 0
Part.ActiveView().RotateAboutCenter 0.00480156, 0
Part.ActiveView().RotateAboutCenter 0.0576187, 0
Part.ActiveView().RotateAboutCenter 0.105634, 0.00645533
Part.ActiveView().RotateAboutCenter 0.144047, 0.0258213
Part.ActiveView().RotateAboutCenter 0.254483, 0.0451873
Part.ActiveView().RotateAboutCenter 0.177658, 0.0258213
Part.ActiveView().RotateAboutCenter 0.0912297, 0.019366
Part.ActiveView().RotateAboutCenter 0.0144047, -0.00645533
Part.ActiveView().RotateAboutCenter 0.00480156, 0
Part.ActiveView().RotateAboutCenter 0.0192062, -0.019366
Part.ActiveView().RotateAboutCenter 0.0528172, -0.0580979
Part.ActiveView().RotateAboutCenter 0.00960312, -0.0258213
Part.ActiveView().RotateAboutCenter -0.0192062, -0.0451873
Part.ActiveView().RotateAboutCenter -0.288094, -0.374409
Part.ActiveView().RotateAboutCenter -0.100833, -0.0710086
Part.ActiveView().RotateAboutCenter -0.0288094, 0
Part.ActiveView().RotateAboutCenter 0.00480156, 0.00645533
Part.ActiveView().RotateAboutCenter 0.0336109, 0.019366
swApp.ActiveDoc.ActiveView.FrameState = 1
' MSGBOX
' Save changes to ODI DUMMY.SLDPRT?

swApp.ExitApp
End Sub
