Hi,
I have Product with Parts and I want to select Part to uncover the Axis system. Unfortunately it does not work.
Sub CATMain()
Dim oSel As Selection
Set oSel = CATIA.ActiveDocument.Selection
oSel.Search "type:Axis System"
oSel.VisProperties.SetShow 0
oSel.Clear
End Sub
Best Regards
Santa
I have Product with Parts and I want to select Part to uncover the Axis system. Unfortunately it does not work.
Sub CATMain()
Dim oSel As Selection
Set oSel = CATIA.ActiveDocument.Selection
oSel.Search "type:Axis System"
oSel.VisProperties.SetShow 0
oSel.Clear
End Sub
Best Regards
Santa