Hello
I am new in Catia macro
I am working in a Macro that an hide geometric set and set layer
I have created but it is only working to set Layer
Sub CATMain()
Dim objSelection1 As Selection
Set objSelection1 = CATIA.ActiveDocument.Selection
Dim objSelection2 As Selection
Set objSelection2 =...