Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
NachitoMax
in reply to: marcin_otręba

Thanks for the reply

 

i figure it out last night, i needed to make an occurrence and assign the browsernode to it

If oFolder.Name = "NOZZLE" Then
   Dim oComp As ComponentOccurrence = RepNode.NativeObject
   If oComp.DefinitionDocumentType = DocumentTypeEnum.kAssemblyDocumentObject Then
      For Each SubComp As ComponentOccurrence In oComp.SubOccurrences
         SubComp.Visible = False
      Next
   End If
End If

 

Thanks 

Nacho
Automation & Design Engineer

Inventor automation Programmer (C#, VB.Net / iLogic)
Furniture, Sheet Metal, Structural, Metal fab, Tradeshow, Fabrication, CNC

EESignature


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.