elmundo777
Automotive
- Jun 23, 2020
- 93
Hello. I am trying to implement a search by part number. In the previous topics, they suggested how to search by instance name.
For example:
But this is an instance name lookup. I want to search by part number.
In pseudocode something like this:
selection1.Search( "Part Number=" & nameNew & ",all")
How to implement this? And where to read about search parameters in Catia?
For example:
Code:
selection1.Search( "Name=" & nameNew & ".1" & ",all")
In pseudocode something like this:
selection1.Search( "Part Number=" & nameNew & ",all")
How to implement this? And where to read about search parameters in Catia?