hi all,I am having CATIA R12SP3,and I am trying for a script which can change color of rectpattern created from a threaded hole,I am succesfull in that but for 1 rectpattern at a time,I have introduced 'i' and tried to define all rectpatterns at once as
number = selection.count
For i = 1 to number
set rectpattern1 = shapes1.Item("RectPattern"&i)
Next
but it shows error with this line,please anyone help me in this regard,as it wud be a nice prg if I get it..
bye
Naveen
number = selection.count
For i = 1 to number
set rectpattern1 = shapes1.Item("RectPattern"&i)
Next
but it shows error with this line,please anyone help me in this regard,as it wud be a nice prg if I get it..
bye
Naveen