The code below will show you how to arrange windows with a CATIA macro:

 

1
2
3
4
5
Sub CATMain()
CATIA.Windows.Arrange(catArrangeCascade)
'CATIA.Windows.Arrange(catArrangeTiledHorizontal)
'CATIA.Windows.Arrange(catArrangeTiledVertical)
End Sub

 

Learn how this code works by reading VB Scripting for CATIA V5.