V5R14SP3
I'm using a macro which creates a new CATProcess from a template and then loads a CATPart into the product. The user chooses the files via FileSelectionBox.
Problem is:
Nothing beside the MfgAxisSystem is visible. You cannot see the part nor the safety planes (noshow is empty). But...
Hi!
I want to select all faces with on color ("orange") in a product consisting of two parts.
Here's my code:
Set oSelection = CATIA.ActiveDocument.Selection
oSelection.Clear
oSelection.Search("Topology.CGMFace.Color='(155,200,145)',all")
all I get in return is one part
using edit->search...