jissididi
Automotive
- Mar 17, 2015
- 46
Hello All,
If I make a selection of all the texts in a drawing, where can I find the views in which ones every text are located ?
something like
Thanks
If I make a selection of all the texts in a drawing, where can I find the views in which ones every text are located ?
something like
Code:
dim myselection as selection
set myselection = CATIA.activedocument.Selection 'with for exemple 2 texts selected in a drawingview
msgbox myselection.item(1).parent.name 'parent being the view in which one the first item selected is located
Thanks