I have a list of strings and I would like collect from that list only one time if the strings the same for example if an array("A", "B", "C", "A", "B", "B")
and I would like to collect ("A", "B", "C"). How do I do that. Thanks in advance
I have a CATPart which has multiple bodies, when I tried to collect it's volume by using VB it only return the value of the partbody (1) only. I tried to do analyze inertia manually then it does give me the total volume of all the bodies, that what I expect it to do. Is my script missing...
Hi all
I have a CATPart with an Open.Body that has a several items, and I am trying to collect the items that are only points. Several points are renamed. I tried to use GeometricElements class but it just return the sketch elements such as points, line, etc.. Can some one help me with this...
I just installed V5R13 into my desk top, and seem like for every 30 minutes it just closed the CATIA window automatically, I did uncheck Automatic save in tool option but it's still happened. Is there any other options in tool options that I need to check or uncheck.
Thanks
I tried to do colision detection between two parts by using vb, but I could not get it to work .Can someone help me with this? Below is part of script
dim productdocument1 as Productdocument
set productdocument1 = CATIA.ActiveDocument
dim products1 as Products
set products1 =...