Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. ToniPerez

    Tipps Exporting Big Assemblies in Step File

    Dear all, I have to export big assemblies in Step File and I would like to ask you if the following settings are recommendable or not. (see attached file) My idea is to use Batch Magament in CATIA saving in a input Folder the big assemblies and exporting each big assembly in one Step File...
  2. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, Thanks a lot for your reply. As you can see this was my first macro and I made this with my limited knowledge in CATScript. Hope next time will improve :) Regards Toni
  3. ToniPerez

    Catproduct with broken links

    Hi Ferdo, superthanks for the help. I used the short manual recommended by DBezaire and now i can load the big assembly from my local drive at home. http://www.eng-tips.com/viewthread.cfm?qid=346938 Regards
  4. ToniPerez

    Catproduct with broken links

    Hello , after copying from one drive to another a big assembly I got all the links broken and I don´t know how to recover all the data. Is it possible to relink alll the subcatproducts in one shoot? Attached the screeenshot. Many thanks and regards...
  5. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, I checked CAAV5 Help and I was able to make the code =) So my first program works. How could be improved? Thanks and regards ' Version: 1.0 ' Code: CATIA CATScript ' Purpose: Returns the document's full file name, including its path and reports results in Excel '...
  6. ToniPerez

    Macro export list of CATparts to excel

    Hi Ferdo, thanks for the feedback. My only problem in this code is the following For Each doc1 in documents1 [highlight #CC0000]Excel.Cells(ColumnNum,1)= doc1.Name[/highlight] ColumnNum = ColumnNum + 1 Next Because the final output I get in excel is only the first CATPart I have opened in...
  7. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, thanks for the tips. I checked some info in internet and the macro is improving a few =) If you run the macro, at the moment the program exports the file name of the active open window in CATIA. My question is now to know .. If I have several windows opened, how can be possible...
  8. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, I am so sorry.I used your code already and the output in Excel sheet shows only the title of the variables you wrote. I tried to modify and I am not able to find/understand the command to retrieve CATIA Partname. Regards Tony
  9. ToniPerez

    Macro export list of CATparts to excel

    Ho Fernando, thanks for the help I tried to use this code but doesnt work on my CATIA V5 R24. and also I added references on Microsoft Excel 15.0 Object Library in my CATIA Any possible solution? Regards Sub ExampleSendInfoToExcel'EXCEL SETUP Err.Clear On Error Resume Next Set objGEXCELapp =...
  10. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, thanks for your reply. The link you forwarded me shows info retreieved from Part Bodies I don´t know the variables I should use to retrieve the CATPart File. Could you please help me? Thanks again
  11. ToniPerez

    Macro export list of CATparts to excel

    Hello Ferdo, many thanks for your reply. I want to get the Filename from a batch of CATPart and export all in excel sheet. ex : Filename Mass Volume PATH 150108_SCREW.CATPart C:\My_works Get also info like mass and volume should be nice , but...
  12. ToniPerez

    Macro export list of CATparts to excel

    Dear all, I would like to create a macro that will make the following steps From a list of CATParts 1. Open a CATpart saved in a specific folder ( ex c:\Temp\input) 2. Retrieve info from catpart (part name)and export to excel 3. Go to step 1 3. Save excel sheet in a especific folder (ex...
  13. ToniPerez

    Clearance settings in DMU Space Analysis

    Hello ! I am checking DMU Space analysis settings because I wish to analyze clashes in one assembly. I need to know if somebody can explain me the meaning of Clearance parameter ( in this example 5 mm) and the consequences after computing the possible clashes. Thanks in advance for your help...
  14. ToniPerez

    How to change degrees of freedom in a part

    Hello, I am analyzing one assembly and i can see that all the parts are fully constrained , but all the components have 6 degrees of freedom How can I change these restrictions ? See attached file
  15. ToniPerez

    Doubt: Propagate position to reference

    I restarted catia and worked perfectly
  16. ToniPerez

    Doubt: Propagate position to reference

    Hello, Please I am checking the following command in catia but I don´t know how to propagate position to reference in the other arm robot. Enclosed is the short record explaining how I am trying to do it. http://www.youtube.com/watch?v=nAvhHA56Akc&feature=youtu.be Do I have to change the...
  17. ToniPerez

    Doubts icons on the Specification Tree

    Hello, I am trying to understand the meaning of the following specification tree ( see arrows in red) . Could somebody explain me what are the difference between the icon circular base(4) and Ass Level1 (1)? Enclosed is the screenshot with the questions i am asking about. Thanks in advance...
  18. ToniPerez

    Instance Name and Part Number

    Enclosed is the screenshothttp://files.engineering.com/getfile.aspx?folder=5d4b6374-f93a-4b25-88a8-af2e1dd4a303&file=Captura.JPG
  19. ToniPerez

    Instance Name and Part Number

    Hello, I only can say that after modify instance Name and Part Number in the tree( window properties ) the part name didn´t change automatically . See my screenshot and you will understand what I am talking about. Thanks Azrael for the tip Kind Regards Toni
  20. ToniPerez

    Instance Name and Part Number

    Hello Fernando, Can you give me an example about how I can compile the script? Thank you !
Back
Top