Change the format of the basemap

Can we change the format  of the basemap of several tabs at the same time on solidworks

I want to switch from A4 to A3 on several folios at the same time

Hello

I think it should be done manually, it's up to me to make a macro. Right-click and property ==>standard size then browse and search for the A3 it's going to be fast...

I just made one and at home it works but one sheet after the other and the part in italics and bold it will have to be changed because it's the path to the background plan....

Dim swApp As Object

Dim Part As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long

Sub main()

Set swApp = _
Application.SldWorks

Set Part = swApp.ActiveDoc
boolstatus = Part.Extension.SelectByID2("Sheet1", "SHEET", 1.22314851872662E-02, 0.21033295890411, 0, False, 0, Nothing, 0)
Part.ClearSelection2 True
boolstatus = Part.SetupSheet5("Sheet1", 12, 12, 1, 20, True, "\\server\public-disks\myvideos\03 - cad-dao\03 - solidworks\bieber base\fdp_pl_bieber_a3h.slddrt", 0.21, 0.297, "Default", True)
End Sub

 

By selecting several tabs with the CTRL key, you can't change them all at the same time?

THANKS FOR THE MACRO,

but the goal is to change all the folios in 1 step, I have an average of 30  folios per plan

I appreciated your responsiveness

Kind regards

Pa.

Otherwise if you have the mycad tool you can do this very simply with integration

1 Like