' ******************************************************************************
' 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\rin-bin\MastAssembly\MastAssem.SLDASM", 2, 0, "", longstatus, longwarnings)
Set Part = swApp.ActivateDoc ("MastAssem.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.ActiveView().TranslateBy 0, -0.000422505
Part.ActiveView().TranslateBy -0.000211252, -0.00147877
Part.ActiveView().TranslateBy -0.000633757, -0.00274628
Part.ActiveView().TranslateBy -0.000422505, -0.00295753
Part.ActiveView().TranslateBy -0.000422505, -0.00359129
Part.ActiveView().TranslateBy -0.000211252, -0.00549256
Part.ActiveView().TranslateBy -0.00084501, -0.00697133
Part.ActiveView().TranslateBy -0.000422505, -0.00697133
Part.ActiveView().TranslateBy 0, -0.00654883
Part.ActiveView().TranslateBy 0.000211252, -0.00528131
Part.ActiveView().TranslateBy 0.000211252, -0.00359129
Part.ActiveView().TranslateBy 0, -0.00316879
Part.ActiveView().TranslateBy 0, -0.00316879
Part.ActiveView().TranslateBy -0.000211252, -0.00147877
Part.ActiveView().TranslateBy 0, -0.000211252
Part.ActiveView().RotateAboutCenter -0.0095683, 0
Part.ActiveView().RotateAboutCenter -0.0143525, 0
Part.ActiveView().RotateAboutCenter -0.0191366, -0.00645533
Part.ActiveView().RotateAboutCenter -0.0382732, -0.0258213
Part.ActiveView().RotateAboutCenter -0.0765464, -0.0645533
Part.ActiveView().RotateAboutCenter -0.0861147, -0.0903746
Part.ActiveView().RotateAboutCenter -0.095683, -0.0968299
Part.ActiveView().RotateAboutCenter -0.0430574, -0.0322766
Part.ActiveView().RotateAboutCenter -0.00478415, 0
Part.ActiveView().RotateAboutCenter -0.00478415, 0.019366
Part.ActiveView().RotateAboutCenter 0, 0.0322766
Part.ActiveView().RotateAboutCenter -0.00478415, 0.0451873
Part.ActiveView().RotateAboutCenter 0, 0.019366
Part.ActiveView().RotateAboutCenter -0.00478415, 0.00645533
Part.ActiveView().RotateAboutCenter -0.00478415, 0.00645533
Part.ActiveView().RotateAboutCenter -0.0095683, 0.0129107
Part.ActiveView().RotateAboutCenter -0.0191366, 0.0129107
Part.ActiveView().RotateAboutCenter -0.00478415, 0.00645533
Part.ActiveView().RotateAboutCenter 0, 0.00645533
Part.ActiveView().RotateAboutCenter -0.00478415, 0.019366
Part.ActiveView().RotateAboutCenter 0, 0.0774639
Part.ActiveView().RotateAboutCenter 0.00478415, 0.038732
Part.ActiveView().RotateAboutCenter 0, 0.00645533
Part.ActiveView().RotateAboutCenter 0, 0.00645533
Part.ActiveView().RotateAboutCenter 0, 0.00645533
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ExitApp
End Sub
