' ******************************************************************************
' swxJRNL.swj - journal recorded on 06/21/02 by shfa
' ******************************************************************************

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 = CreateObject ("SldWorks.Application")
Set Part = swApp.OpenDoc4 ("K:\Drawings\vehicle_1_10_01\Shell_Top_Tail.SLDPRT", 1, 0, "", longstatus)
Set Part = swApp.OpenDoc4 ("K:\Drawings\vehicle_1_10_01\Tail.SLDASM", 2, 0, "", longstatus)
Set Part = swApp.OpenDoc4 ("K:\Drawings\vehicle_1_10_01\Nose.SLDASM", 2, 0, "", longstatus)
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\Hull\afthull.SLDPRT", 1, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\Hull\afthull.SLDPRT is not available for write access.  Do you want to open document(s) read-only?

Set Part = swApp.ActivateDoc ("afthull.SLDPRT")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.0372799, -0.0129085
Part.ActiveView().RotateAboutCenter 0.0621332, -0.00645426
Part.ActiveView().RotateAboutCenter 0.0828442, 0.025817
Part.ActiveView().RotateAboutCenter 0.0621332, 0.0193628
Part.ActiveView().RotateAboutCenter 0.0911286, 0.025817
Part.ActiveView().RotateAboutCenter 0.103555, 0.0193628
Part.ActiveView().RotateAboutCenter 0.0704176, 0.0129085
Part.ActiveView().RotateAboutCenter 0.0621332, 0.0322713
Part.ActiveView().RotateAboutCenter 0.0828442, 0
Part.ActiveView().RotateAboutCenter 0.0621332, -0.00645426
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter -0.00828442, -0.00645426
Part.ActiveView().RotateAboutCenter -0.0952709, -0.0387256
Part.ActiveView().RotateAboutCenter -0.0662754, -0.0322713
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ActiveView().RotateAboutCenter -0.0289955, -0.0129085
Part.ActiveView().RotateAboutCenter -0.0952709, -0.0322713
Part.ActiveView().RotateAboutCenter -0.0869864, 0
Part.ActiveView().RotateAboutCenter -0.0455643, 0
Part.ActiveView().RotateAboutCenter -0.0538487, -0.0129085
Part.ActiveView().RotateAboutCenter -0.103555, -0.0516341
Part.ActiveView().RotateAboutCenter -0.0248533, -0.0129085
Part.ActiveView().RotateAboutCenter 0.00414221, 0
swApp.LoadFile2 "I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\tcmg1130.SLDASM", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\tcmg1130.SLDASM", 2, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\tcmg1130.SLDASM is not available for write access.  Do you want to open document(s) read-only?

' MSGBOX
' The internal ID of document I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor controller\FLAT WASHERS (U.S.).SLDPRT does not match the internal ID saved with the referencing document.  Select YES to accept this document anyway. Select NO to browse for a replacement model. 

' MSGBOX
' Unable to locate the file F:\15-1301_FASTENERS\SOCKET HEAD CAP SCREWS (U.S.).SLDPRT.  Would you like to find it yourself?

swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
Set Part = swApp.ActivateDoc ("tcmg1130.SLDASM")
swApp.ArrangeWindows 1
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 0
swApp.ActiveDoc.ActiveView.FrameWidth = 1538
swApp.ActiveDoc.ActiveView.FrameHeight = 414
Set Part = swApp.ActivateDoc ("afthull.SLDPRT")
Part.ViewDispAnnotations
Part.ViewDispRefplanes
Part.SaveAs2 "T:\jon\auv assembly\afthull.SLDPRT", 0, TRUE, FALSE
Set Part = swApp.ActivateDoc ("tcmg1130.SLDASM")
' MSGBOX
' Some of the models referenced in this document have been modified.  They must be saved when the document is saved.
' 		Save the document and the referenced models now?

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\fake_comp.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\el_linhouse.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Act.Conn.Fem.Tubing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Male.Conn.SS-200-1-2ST.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Nut.Seacon.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Male.Conn.110-1-8ST.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Oring.2-256.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\STP100.Brd.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Micro.Block.0.6.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Micro.Block.1.2.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Actuator.Bulkhd.Conn.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Nut.Barrel.Clamp.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Clamp.Micro.Housing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Conn.FEM.SeaCon.6Pin.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\IBC.PCB.Wall.Holes.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Cap.Micro.Housing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Rail.IBC.Card.Guide.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Rail.IBC.BckPlne.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\IBC.PCB.Wall.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Housing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\New Micro\Micro.Housing.Assembly.09Dec99.1400HR.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\mg_Lock Washers (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\mgflat_washer.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Hex Machine Screw Nuts (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Socket Head Shoulder Screws (UNRC).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Socket Head Shoulder Screws (UNRC).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\AI_lws4_5.16.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\AI_hnj_5.16-18_0.313_B_1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\rod.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\SWAGELOK.810-1-6ST_mod.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\balsealx61107.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\linrodsealcap.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\2-022_o-ring.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\2-035_o-ring.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\ss-400-2-4st.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\linshim.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_shcs_#4-40_0.25_0.25_He_Sim_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_lws4_#4.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_hnr_#4-40_0.112_B_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\nlinhouse_end.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\4-40x3_studs.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\rodend.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\Actuator.Rod.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\linhouse2.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\lin1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\linhouse.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_shcs_5.16-18_0.313_0.313_He_Sim_1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Regular Spring Lock Washers (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_hnr_#8-32_0.164_B_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_fw0_#6.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\AI_shcs_#6-32_0.375_0.375_He_Sim_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\linstrut\linstrut_spacer.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\linstrut\linstrut.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor flange\MOTOR_FLANGE.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\ring.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\AI_ss2_1.4-20_0.375_0.375_He_Sim_1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\clevis.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\ductprop\fl_bearing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\ductprop\altex-prop-1.0.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\fasteners\partlibs\AI_shcs_#6-32_0.5_0.5_He_Sim_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Low Head SCS (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\2-221.ORing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\2-234.ORing.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\Altex.Motor.Hsg.Lid.Seal.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\aftmhouse.MOD1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\ball.bearing.shaft.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\Endcap.aftmhouse.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\Motor.Adapter.Plt.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\GearHd.17PL0220.FFS.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\AVEOX2315.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\BIG_MOTOR.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\SWAGELOK.810-1-6ST.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\Seal.Rtnr.Plate.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\R315.125.Shft.Seal.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\Cover.New.Mhouse.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\new_mhouse.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor\nmhouse.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\cone\newcone.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\ductprop\altex-duct-1.0.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\duct.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\clevis_bush.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Hex Machine Screw Nuts (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Regular Spring Lock Washers (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\fasteners\AI_shcs_#8-32_0.5_0.5_He_Sim_1.PRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Regular Spring Lock Washers (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\actuators\linact_end2.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor controller\FLAT WASHERS (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Hex Machine Screw Nuts (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\Low Head SCS (U.S.).SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor controller\saddle.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\foam\mcon_bracket1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor controller\mcon_saddle.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\motor_housing\motor_mount.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\tailcone\frame.SLDASM is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

Part.SaveAs2 "G:\jon\auv assembly\tcmg1130.SLDASM", 0, TRUE, FALSE
swApp.LoadFile2 "I:\Vault\600024-Dorado\leo\Leo\Shell\TailTop-Shelf.SLDASM", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\leo\Leo\Shell\TailTop-Shelf.SLDASM", 2, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\leo\Leo\Shell\TailTop-Shelf.SLDASM is not available for write access.  Do you want to open document(s) read-only?

swApp.LoadFile2 "I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom_Tail.SLDPRT", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom_Tail.SLDPRT", 1, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom_Tail.SLDPRT is not available for write access.  Do you want to open document(s) read-only?

swApp.LoadFile2 "I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom.SLDPRT", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom.SLDPRT", 1, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom.SLDPRT is not available for write access.  Do you want to open document(s) read-only?

Set Part = swApp.ActivateDoc ("Shell_Bottom.SLDPRT")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 2
Set Part = swApp.ActivateDoc ("Shell_Bottom_Tail.SLDPRT")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 2
swApp.LoadFile2 "I:\Vault\600024-Dorado\leo\Leo\Shell\ShelfTail.SLDPRT", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\leo\Leo\Shell\ShelfTail.SLDPRT", 1, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\leo\Leo\Shell\ShelfTail.SLDPRT is not available for write access.  Do you want to open document(s) read-only?

Set Part = swApp.ActivateDoc ("ShelfTail.SLDPRT")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 2
Set Part = swApp.ActivateDoc ("TailTop-Shelf.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.LoadFile2 "I:\Vault\600024-Dorado\leo\Leo\Shell\NoseBtm-shelf.SLDASM", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\leo\Leo\Shell\NoseBtm-shelf.SLDASM", 2, 0, "", longstatus)
' MSGBOX
'  I:\Vault\600024-Dorado\leo\Leo\Shell\NoseBtm-shelf.SLDASM is not available for write access.  Do you want to open document(s) read-only?

swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
Set Part = swApp.ActivateDoc ("NoseBtm-shelf.SLDASM")
swApp.ArrangeWindows 1
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 0
swApp.ActiveDoc.ActiveView.FrameWidth = 769
swApp.ActiveDoc.ActiveView.FrameHeight = 399
' MSGBOX
' Some of the models referenced in this document have been modified.  They must be saved when the document is saved.
' 		Save the document and the referenced models now?

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\Ring.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Bottom_Nose.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

Part.SaveAs2 "G:\jon\auv assembly\NoseBtm-shelf.SLDASM", 0, TRUE, FALSE
Set Part = swApp.ActivateDoc ("TailTop-Shelf.SLDASM")
' MSGBOX
' Some of the models referenced in this document have been modified.  They must be saved when the document is saved.
' 		Save the document and the referenced models now?

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\Ring.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail2Mirror.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail1Mirror.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail2.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\ShelfTailMirror.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\Shell_Top_Tail.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\ShelfTail.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail1.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

' MSGBOX
' I:\Vault\600024-Dorado\leo\Leo\Shell\GussetTail2.SLDPRT is being referenced by other open documents.  "Save As" will replace these references with the new name. Check "Save As Copy" in the "Save As" dialog if you wish to maintain existing references.  

Part.SaveAs2 "G:\jon\auv assembly\TailTop-Shelf.SLDASM", 0, TRUE, FALSE
swApp.LoadFile2 "C:\Program Files\SolidWorks\data\Templates\Assembly.asmdot", ""
Set Part = swApp.ActiveDoc
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Set Part = swApp.NewDocument ("C:\Program Files\SolidWorks\data\Templates\Assembly.asmdot", 0, 0.000000, 0.000000)
Set Part = swApp.ActivateDoc ("Assem1")
Part.SaveAs2 "G:\jon\auv assembly\AUV Assembly.SLDASM", 0, FALSE, FALSE
swApp.ArrangeWindows 1
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 0
swApp.ActiveDoc.ActiveView.FrameWidth = 769
swApp.ActiveDoc.ActiveView.FrameHeight = 399
Set Part = swApp.ActivateDoc ("afthull.SLDPRT")
Part.SelectByID "afthull.SLDPRT", "COMPONENT", 0, 0, 0
Set Part = swApp.ActivateDoc ("AUV Assembly.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.SelectByID "afthull-1@AUV Assembly", "COMPONENT", 0, 0, 0
Part.SelectByID "Sketch3@afthull-1@AUV Assembly", "SKETCH", 0, 0, 0
Part.EditSketch
Part.ClearSelection
Part.InsertSketch
Part.EditRebuild
Part.SelectByID "Base-Revolve@afthull-1@AUV Assembly", "BODYFEATURE", 0, 0, 0
Part.ClearSelection
Part.SelectByID "afthull-1@AUV Assembly", "COMPONENT", 0, 0, 0
Part.SelectByID "afthull-1@AUV Assembly", "COMPONENT", 0, 0, 0
Part.OpenCompFile
swApp.LoadFile2 "I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\Hull\afthull.SLDPRT", ""
Set Part = swApp.ActiveDoc
Set Part = swApp.OpenDoc4 ("I:\Vault\600024-Dorado\Dorado Tailcone\altex\drawings\Hull\afthull.SLDPRT", 1, 0, "", longstatus)
swApp.ActiveDoc.ActiveView.FrameLeft = 769
swApp.ActiveDoc.ActiveView.FrameTop = 532
swApp.ActiveDoc.ActiveView.FrameState = 1
Set Part = swApp.ActivateDoc ("afthull.SLDPRT")
Part.ClearSelection
swApp.ArrangeWindows 1
swApp.ActiveDoc.ActiveView.FrameLeft = 769
swApp.ActiveDoc.ActiveView.FrameTop = 532
swApp.ActiveDoc.ActiveView.FrameState = 0
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameWidth = 769
swApp.ActiveDoc.ActiveView.FrameHeight = 399
Set Part = swApp.ActivateDoc ("AUV Assembly.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 399
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.ViewZoomtofit2
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.0289955, -0.00645426
Part.ActiveView().RotateAboutCenter 0.11184, -0.025817
Part.ActiveView().RotateAboutCenter 0.103555, -0.0129085
Part.ActiveView().RotateAboutCenter 0.0455643, 0
Part.ActiveView().RotateAboutCenter 0.0662754, 0.0193628
Part.ActiveView().RotateAboutCenter 0.0828442, 0.0322713
Part.ActiveView().RotateAboutCenter 0.057991, 0.0193628
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ViewDispRefplanes
Part.ViewDispAnnotations
Part.ViewDispOrigins
Part.EditAssembly
Part.ActiveView().RotateAboutCenter -0.00828442, 0
Part.ActiveView().RotateAboutCenter -0.078702, -0.0193628
Part.ActiveView().RotateAboutCenter -0.11184, -0.0451798
Part.ActiveView().RotateAboutCenter -0.0745598, -0.0129085
Part.ActiveView().RotateAboutCenter -0.0248533, -0.00645426
Part.ActiveView().RotateAboutCenter -0.00414221, 0
swApp.ArrangeWindows 1
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 399
swApp.ActiveDoc.ActiveView.FrameState = 0
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
Set Part = swApp.ActivateDoc ("tcmg1130.SLDASM")
Part.SelectByID "tcmg1130.SLDASM", "COMPONENT", 0, 0, 0
Set Part = swApp.ActivateDoc ("AUV Assembly.SLDASM")
swApp.ActiveDoc.ActiveView.FrameLeft = 0
swApp.ActiveDoc.ActiveView.FrameTop = 0
swApp.ActiveDoc.ActiveView.FrameState = 1
swApp.ActiveDoc.ActiveView.FrameState = 1
Part.RotateComponent
Part.SelectByID "Point1@Origin@tcmg1130-1@AUV Assembly/Socket Head Shoulder Screws (UNRC)-1@tcmg1130", "EXTSKETCHPOINT", 0, 0, 0
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.11184, -0.0387256
Part.ActiveView().RotateAboutCenter 0.0994131, -0.0322713
Part.ActiveView().RotateAboutCenter 0.0497065, 0
Part.ActiveView().RotateAboutCenter 0.132551, -0.0129085
Part.ActiveView().RotateAboutCenter 0.198826, 0
Part.ActiveView().RotateAboutCenter 0.0994131, 0.00645426
Part.ActiveView().RotateAboutCenter 0.0497065, 0.00645426
Part.ActiveView().RotateAboutCenter 0.0414221, 0.0129085
Part.ActiveView().RotateAboutCenter 0.0331377, 0.0129085
Part.ActiveView().RotateAboutCenter 0.00828442, 0
Part.ActiveView().RotateAboutCenter 0.0124266, 0.00645426
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ViewZoomTo2 1.43189, 0.260472, -1.81668e-015, 1.50374, 0.186141, -1.29763e-015
Part.RotateComponent
Part.SelectByID "", "FACE", 1.490367913311, 0.3040080892108, -0.0816440764483
Part.AndSelectByID "", "FACE", 1.454210725717, 0, -0.2311574449047
Part.AddMate 3, 2, 0, 0.3191732501229, 3.05222265513
Part.ClearSelection
Part.ViewZoomtofit2
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.0414221, -0.0129085
Part.ActiveView().RotateAboutCenter 0.0538487, -0.0129085
Part.ActiveView().RotateAboutCenter 0.0704176, 0
Part.ActiveView().RotateAboutCenter 0.0745598, 0
Part.ActiveView().RotateAboutCenter 0.0745598, 0.00645426
Part.ActiveView().RotateAboutCenter 0.0828442, 0
Part.ActiveView().RotateAboutCenter 0.0331377, -0.00645426
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.0372799, 0.00645426
Part.ActiveView().RotateAboutCenter 0.0248533, 0.00645426
Part.ActiveView().RotateAboutCenter 0.0207111, 0
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.RotateComponent
Part.SelectByID "", "FACE", 1.985274974126, 0.4103327857497, -0.2025059830341
Part.ActiveView().RotateAboutCenter 0.00414221, 0
Part.ActiveView().RotateAboutCenter 0.00828442, 0
Part.ActiveView().RotateAboutCenter 0, 0.0193628
Part.ActiveView().RotateAboutCenter 0.0124266, 0.0516341
Part.ActiveView().RotateAboutCenter 0.0165688, 0.0903597
Part.ActiveView().RotateAboutCenter 0.00828442, 0.0387256
Part.ActiveView().RotateAboutCenter 0.00828442, 0.103268
Part.ActiveView().RotateAboutCenter 0.0165688, 0.187174
Part.ActiveView().RotateAboutCenter 0.0207111, 0.141994
Part.ActiveView().RotateAboutCenter 0.0207111, 0.200082
Part.ActiveView().RotateAboutCenter 0.00414221, 0.0580884
Part.ActiveView().RotateAboutCenter 0.00828442, 0.13554
Part.ActiveView().RotateAboutCenter 0.00414221, 0.0193628
Part.ActiveView().RotateAboutCenter 0, -0.00645426
Part.ActiveView().RotateAboutCenter 0, -0.0129085
Part.ActiveView().RotateAboutCenter 0, -0.0129085
Part.ActiveView().RotateAboutCenter 0, -0.00645426
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ActiveView().RotateAboutCenter -0.00414221, 0
Part.ViewZoomTo2 1.2412, 0.239766, -0.0841122, 1.49158, 0.00202904, -0.0841122
Part.RotateComponent
Part.ClearSelection
' MSGBOX
' This document was read-only when opened, and may have been in use by someone else.
' If the file is being used by another user, save will fail.
' If the file is no longer in use and if you save the document with the original name, you will overwrite any changes made by the other user.

Part.ClearSelection
