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 TugboatEng 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: ferdo
  • Order by date
  1. ferdo

    CATIA V5 ASSEMBLY DESIGN CONSTRAINS

    v5? 3DX? In both of them, you have a dedicated command to analyze this issue. If you don't like it, create your own macro.
  2. ferdo

    CATIA V5 ASSEMBLY DESIGN CONSTRAINS

    This was standard procedure in some companies due to the huge number of the parts in assemblies. Imagine when you have an airplane section and the software installed on your workstation has to check, eventually update (depending on settings) the links created by constraints....
  3. ferdo

    CATIA Macro to give Overall Dimensions to a View

    Try this in CATScript (is just an example, you need to modify for your needs) Language="VBSCRIPT" Sub CATMain() Set drawingDocument1 = CATIA.ActiveDocument Set drawingSheets1 = drawingDocument1.Sheets Set drawingSheet1 = drawingSheets1.Item("Sheet.1") Set drawingViews1 = drawingSheet1.Views...
  4. ferdo

    How to move physical product to another one catia V6

    You can use Engineering Connections or use the robot or multiple movements with Snap
  5. ferdo

    Part mass and CG

    There are a lot of posts about BoM, did you search through them? https://www.eng-tips.com/search/8722974/?q=BoM&t=post&c[child_nodes]=1&c[nodes][0]=560&o=date
  6. ferdo

    Part mass and CG

    v5? v6? 3DX?
  7. ferdo

    DESK

    Not possible as far as I know.
  8. ferdo

    DESK

    No way. Drawings are linked to the 3D, they are not separate and linked between them...in fact, what do you want to do?
  9. ferdo

    Catia V5 Text on 3D

    Hello, You need to unlock the file, please search Google or read this link
  10. ferdo

    DESK

    Same way. The drawing is linked to the assy, so it will open the same Desk window.
  11. ferdo

    Bounding Box macro

    From where did you copy? Are you working on hybrid or non-hybrid mode?
  12. ferdo

    Userpattern CATIA V5 / 3DX

    Workaround: create points on edge and get those coordinates
  13. ferdo

    Catia V5 Text on 3D

    CATIA Portable Script Center?
  14. ferdo

    Performance of 3DExperience

    Definitely, 2025 is a little bit slower than 2024, in same conditions (network, CAD, workstation...) even with drivers updated.
  15. ferdo

    Adding a Custom Toolbar as an Add-in in CATIA

    Add-in (option 3) only with CAA license. Otherwise, option 1 or 2. If you have exe file, why not put a shortcut on taskbar?
  16. ferdo

    Missing command in toolbar (3Dexperience)

    Where are your CATSettings saved? On a server or on your PC? If they are somewhere on the network, are they overwrite according to some rules? Did you talk with your CAD admin? Normally this has to be solved and known by this person.
  17. ferdo

    CATIA Portable Script Center…again

    In the end, I believe it will be OK to stay on my Google Drive :giggle: https://drive.google.com/file/d/1WRxedUlpMRAM5078vqXinBaVVn_gYquJ/view?usp=sharing - chm format https://drive.google.com/file/d/1gNmRTUUcPaEEbMxz2l53fIAE_doF1d-e/view?usp=sharing - pdf format
  18. ferdo

    'Deploy' Frame/Title block script

    The DS title block which you show in the capture is located here, and you need administrative right to write there c:\Program Files\Dassault Systemes\B425_Cloud\win_b64\VBScript\FrameTitleBlock\ In DS Academic community, I've modified a custom script, you can see it here...

Part and Inventory Search

Back
Top