Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by BenhurME

  1. BenhurME

    CATIA Machining catscript for cuver following

    heres the code ntweisen ============================================ Sub setpro() Dim thePartDoc As Document Set thePartDoc = CATIA.ActiveDocument Set documents1 = CATIA.Documents Set partDocument1 = documents1.Item("6611.CATPart") Set part1 = partDocument1.Part...
  2. BenhurME

    CATIA Machining catscript for cuver following

    i always knew Questions on machining scripts for CATIA would be a dead end?
  3. BenhurME

    Segmentation error in hypermesh

    Sometimes i gets this segmentation error in hypermesh and hypermesh crashes. even using tutorial files provided by hypermesh itself. any solution.
  4. BenhurME

    CATIA Machining catscript for cuver following

    I wrote a catscript to set up the machining workbench in catia and load the component , but i cannot link the curve to be machined with curve following operation, It fails , if i open the failed operation manually and then re-run the program it worked. i dont know what im doing wrong and the...

Part and Inventory Search

Back
Top