' ******************************************************************************
' swxJRNL.swj - journal recorded on 06/23/03 by jfeldman
' *****************************************************************************
Dim swApp As Object
Dim Part As Object
Dim boolstatus As Boolean
Dim longstatus As Long
Dim Annotation As Object
Dim Gtol As Object
Dim DatumTag As Object
Dim FeatureData As Object
Dim Feature As Object
Dim Component As Object
Sub main()

Set swApp = Application.SldWorks

Set Part = swApp.OpenDoc4 ("\\Tempest\Tempbox\magene\ESP\ESP2G\collectionModule\collectionModule.SLDASM", 2, 0, "", longstatus)
Set Part = swApp.ActivateDoc ("collectionModule.SLDASM")
Part.ViewDisplayShaded
boolstatus = Part.Extension.SelectByID("Annotations", "DCABINET", 0, 0, 0, False, 0, Nothing)
Part.ClearSelection
Part.ActiveView().RotateAboutCenter 0.0129614, 0.0590366
Part.ActiveView().RotateAboutCenter 0.0259228, 0.0737958
Part.ActiveView().RotateAboutCenter 0.0259228, 0.0590366
Part.ActiveView().RotateAboutCenter 0.0648069, 0.147592
Part.ActiveView().RotateAboutCenter 0.0388842, 0.088555
Part.ActiveView().RotateAboutCenter 0.0648069, 0.088555
Part.ActiveView().RotateAboutCenter 0.0518455, 0.0442775
Part.ActiveView().RotateAboutCenter 0.103691, 0.088555
Part.ActiveView().RotateAboutCenter 0.0259228, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0518455, 0.0590366
Part.ActiveView().RotateAboutCenter 0.0518455, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0777683, 0
Part.ActiveView().RotateAboutCenter 0.311073, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0777683, -0.0147592
Part.ActiveView().RotateAboutCenter 0.103691, 0
Part.ActiveView().RotateAboutCenter 0.0648069, -0.0147592
Part.ActiveView().RotateAboutCenter 0.0648069, -0.0147592
Part.ActiveView().RotateAboutCenter 0.0777683, -0.0442775
Part.ActiveView().RotateAboutCenter 0.0129614, 0
Part.ActiveView().RotateAboutCenter 0.0129614, 0
Part.ActiveView().RotateAboutCenter 0.116652, 0.0590366
Part.ActiveView().RotateAboutCenter 0.0648069, 0.0295183
Part.ActiveView().RotateAboutCenter 0.116652, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0518455, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0648069, 0.0737958
Part.ActiveView().RotateAboutCenter 0.0777683, 0.147592
Part.ActiveView().RotateAboutCenter 0.0259228, 0.0295183
Part.ActiveView().RotateAboutCenter 0.0129614, 0.0295183
Part.ActiveView().RotateAboutCenter 0, 0.0147592
Part.ActiveView().RotateAboutCenter 0, 0.265665
Part.ActiveView().RotateAboutCenter 0, 0.0737958
Part.ActiveView().RotateAboutCenter 0, 0.0442775
Part.ActiveView().RotateAboutCenter 0, 0.0147592
Part.ActiveView().RotateAboutCenter 0, 0.0442775
Part.ActiveView().RotateAboutCenter 0, 0.0147592
swApp.ExitApp
End Sub
