Hello All,
When I am trying to search all Surfaces to select (using "CatPrtSearch.Surface, All"), Selection contains also the Planes.
Is there any way to deselect those Planes that been selected during the search?
Thanks in advance
Set productDocument1 = CATIA.ActiveDocument
Set selection1 = productDocument1.Selection
selection1.Search "CatPrtSearch.Surface,All" '(But without Planes!)
When I am trying to search all Surfaces to select (using "CatPrtSearch.Surface, All"), Selection contains also the Planes.
Is there any way to deselect those Planes that been selected during the search?
Thanks in advance
Set productDocument1 = CATIA.ActiveDocument
Set selection1 = productDocument1.Selection
selection1.Search "CatPrtSearch.Surface,All" '(But without Planes!)