Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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: *

  1. MShetty

    Extract Surface from another part in assembly

    What I have managed to do so far: Sub CATMain() Dim documents1 As Documents Set documents1 = CATIA.Documents Set sel = CATIA.ActiveDocument.Selection Set selFace = sel.Item(1).Value 'Preselect the face Dim partDocument1 As PartDocument Set partDocument1 =...
  2. MShetty

    Extract Surface from another part in assembly

    I am trying to extract a face from a part in an assembly without doing any changes to the original part. Manually, the workflow will look like this. 1. Activate the part where I want the extract 2. Select Create Datum option 3. Pre-Select the Face I am trying to extract 3. Create Extract...
  3. MShetty

    CATIA Tools Automated Testing

    Hello, I have created a few applications for CATIA using C# and CATVBAs. But currently we are looking for an automated testing of these applications as we spend quite a long time in manually testing these Apps. These apps also have UI elements and requires user inputs time to time. Can you...
  4. MShetty

    Generate Adaptive Sweep using macro

    I am trying to generate adaptive sweep using API but currently, I am unable to find a solution using VBA or CAA. I am using V5R20. I also checked using KWA as well, but no help. Can you please let me know if there is a way to Add and control Adaptive sweep?
  5. MShetty

    entities with different z values

    For the individual entities, use GetCoordinates to get the axis coordinates and the SetCoordinates to set z axis as 0.
  6. MShetty

    C# library not allowing selection when using ShowDialog

    I have currently developed a CATIA library using C#. This C# dll is referenced in VBA, and used to run some functions. I also have designed some userforms in the library. The current issue that I am facing is when I use ShowDialog() method on the UI, I am unable to use Selection methods like...
  7. MShetty

    CATIA Statistics: Add Part number

    I have activated the commands and Workbench Statistics. But the information does not contain the document details like Document Name. Is there a way to log this info? This is what I have activated...
  8. MShetty

    Find Product Update Status

    Any idea what is the CAA Api for this? I tried the IsUptoDate on CATISpecObject for the drawing and did not get the result.
  9. MShetty

    CATIA CAA - How to create and access Tables in a Drawing

    Thank you for the reply Little Cthulhu, So the only way is to perform an ExecuteScript and get the Tables from VBA? Thanks in advance.
  10. MShetty

    CATIA CAA - How to create and access Tables in a Drawing

    I am currently developing an application in CAA and I am unable to access the Tables in a drawing or create new one. Any idea what the interface and Framework I am supposed to use?

Part and Inventory Search