' ******************************************************************************
' swxJRNL.swj - journal recorded on 08/23/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:\900237-Keck_BroadBand_Seis\800237 keck cages\CAGE ASSEM.SLDASM", 2, 0, "", longstatus, longwarnings)
Set Part = swApp.ActivateDoc ("CAGE ASSEM.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, -0.00645533
Part.ActiveView().RotateAboutCenter 0.0372431, -0.0322766
Part.ActiveView().RotateAboutCenter 0.047884, -0.0451873
Part.ActiveView().RotateAboutCenter 0.0266022, -0.019366
Part.ActiveView().RotateAboutCenter 0.00532044, 0
Part.ActiveView().RotateAboutCenter 0.0585248, 0
Part.ActiveView().RotateAboutCenter 0.00532044, 0.00645533
Part.ActiveView().RotateAboutCenter 0.00532044, 0
Part.ActiveView().RotateAboutCenter 0.0106409, -0.0258213
Part.ActiveView().RotateAboutCenter -0.00532044, -0.0258213
Part.ActiveView().RotateAboutCenter -0.0425635, -0.0451873
Part.ActiveView().RotateAboutCenter -0.047884, -0.0258213
Part.ActiveView().RotateAboutCenter -0.047884, -0.00645533
Part.ActiveView().RotateAboutCenter -0.0319226, 0
Part.ActiveView().RotateAboutCenter -0.0425635, 0.0129107
Part.ActiveView().RotateAboutCenter -0.0425635, 0.0258213
Part.ActiveView().RotateAboutCenter -0.0425635, 0.0258213
Part.ActiveView().RotateAboutCenter -0.0372431, 0.019366
Part.ActiveView().RotateAboutCenter -0.00532044, 0.00645533
Part.ActiveView().RotateAboutCenter 0, 0.00645533
Part.ActiveView().RotateAboutCenter 0.0106409, 0.0258213
Part.ActiveView().RotateAboutCenter 0.0106409, 0.0258213
Part.ActiveView().RotateAboutCenter 0.0106409, 0.0129107
Part.ActiveView().RotateAboutCenter 0.0266022, 0.019366
Part.ActiveView().RotateAboutCenter 0.0372431, 0.0451873
Part.ActiveView().RotateAboutCenter 0.0106409, 0.019366
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ExitApp
End Sub
