File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,24 +57,24 @@ Module Module1
5757
5858 If ExitCode = 0 Then
5959
60- ' Save and close assembly
61- SourceAssyfilename = SEDoc.FullName
62- Console.WriteLine( "Closing assembly" )
63- SEDoc.Save()
64- SEApp.DoIdle()
65- SEDoc.Close()
66- SEApp.DoIdle()
60+ '' Save and close assembly
61+ ' SourceAssyfilename = SEDoc.FullName
62+ ' Console.WriteLine("Closing assembly")
63+ ' SEDoc.Save()
64+ ' SEApp.DoIdle()
65+ ' SEDoc.Close()
66+ ' SEApp.DoIdle()
6767
6868 ' Add the properties to each file.
6969 PopulateProps(BomDict, PropDict, ProgramSettings( "QuantityPropertyName" ))
7070
71- ' Reopen assembly
72- Console.WriteLine( "Opening assembly" )
73- SEApp.Documents.Open(SourceAssyfilename)
74- SEApp.DoIdle()
75- SEApp.DisplayAlerts = True
71+ '' Reopen assembly
72+ ' Console.WriteLine("Opening assembly")
73+ ' SEApp.Documents.Open(SourceAssyfilename)
74+ ' SEApp.DoIdle()
75+ ' SEApp.DisplayAlerts = True
7676
77- SEDoc = CType (SEApp.ActiveDocument, SolidEdgeAssembly.AssemblyDocument)
77+ ' SEDoc = CType(SEApp.ActiveDocument, SolidEdgeAssembly.AssemblyDocument)
7878
7979 End If
8080
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ Kabir Costa [**KabirCosta**](https://github.com/kabircosta)
7777
7878Alan Pope [ ** Cadcentral NZ** ] ( https://www.cadcentral.co.nz/macros )
7979
80+ UK Dave [ ** uk-dave** ] ( https://github.com/uk-dave/SolidEdge )
81+
8082To suggest other sources, including your own, feel free to message me,
8183RobertMcAnany, on the
8284[ ** Solid Edge Forum** ] ( https://community.sw.siemens.com/s/topic/0TO4O000000MihiWAC/solid-edge ) .
You can’t perform that action at this time.
0 commit comments