Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Camille1
  • Content: Threads
  • Order by date
  1. Camille1

    Sorting string from an array

    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
  2. Camille1

    Collect product volume by using VB?

    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...
  3. Camille1

    How to collect 3D point using VB

    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...
  4. Camille1

    CATIA window shut dow

    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
  5. Camille1

    VB Script check interference

    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 =...

Part and Inventory Search