Hi Ferdo,
I'm working in VB. I'm just trying to filter some of the parts off so it doesn't get shown
Sub CATMain()
Dim doc1 As documents
Dim docName As String
Dim objDocumentPart As PartDocument
Dim i As Integer
Set documents = CATIA.documents
For i = 1 To...
Hi,
I need some help filtering off some CATPARTS.
I want to filter it out by the partname but when i use the * which i thought was a wildcard, Catia doesn't seem to like it the line and doesn't apply the rest of the code. Here's an example:
If objPartDocument.name = ("Multi*.CATPart") then...