Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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: 22555
  • Content: Threads
  • Order by date
  1. 22555

    How to search for excel sheet in 3DExperience Database using VBA?

    Hello , Currently I am working on a product template in 3DExperience which has Design Table. Associated excel sheet is saved in 3DX database. Trying to create a macro to do the following task. Open the excel sheet associated with Design table which is saved in 3DExperience database ---->...
  2. 22555

    CATIA CAA - How to get CATSurface from a sweep operation

    Hi I have CATIGeometricalElement from Sweep surface which created newly CATISpecObject_var spSweep1Guide; Param1.Append(spGuideCurve); Param1.Append(spCircle); spSweep1Guide = CAAGsiObjTool.CreateSweepOneGuide(Param1); Param1.RemoveAll(); CATIGeometricalElement_var spGeomElemSweep =...
  3. 22555

    How to search for all points in CATPart using CAA

    Hi In CAA V5, I am able to find the specification container and Mechanical Feature using CATIPrtPart_var spPrtPart = spSpecOnPart; Now I need to find out all points inside the part. Example is shown below Could you please direct me for right APIs to use? I tried the following, but while...
  4. 22555

    Catia VBA Macro for Selection from Active or Non Active Document

    Hi, If I have 2 product documents open in current session, How do i select or switch between documents within the VBA? SelectElement2 is used within active document SelectElement4 is used within non active document But In my case, I dont know whether selection will be in active document or...
  5. 22555

    Running CATScript for distance calculation in interactive mode vs batch mode

    Hi, I am doing distance calculation between 2 products using following code. I am getting different values while running the same code in interactive mode versus batch mode. Any help to resolve this would be appreciated. Thanks Dim cDistances As Distances Set cDistances =...
  6. 22555

    Update error while extracting a face in CAA

    Hi While trying to extract a face in CAA, I get an update error. If updating is commented and Extract feature does not have face selected in CATIA. Any help would be appreciated, Thanks CATFace_var pFace(FacesList[facesIdx]); const CATIGSMExtractSolidePropag Proptype =...
  7. 22555

    CAA program to measure between UDF and a face

    Hi, In my part file, rectangular planar curve is available as a UDF. I am able to search for UDF inside a part file using GSDescendants->GetAllChildren("CATIUdfFeature", udfList); Also got solid body using spPartRequest->GetSolidBodies(stdContext, SolidBodyList); I want to know how to...
  8. 22555

    How to export DMUCLASH Report Using CATIA V5 CAA

    Hi, I am new to CATIA CAAV5. Have anyone done Clash+Interference+Contact Check using CAA APIs? There are predefined APIs in CAA like (#Define CATDMUCLASH). But not sure how to call it Please let me know. Thanks in advance
  9. 22555

    CATIA VBA macro for comparing 2 CATParts

    Hi, I wanted to write a catia macro for comparing 2 CATParts using SPA Analysis compare method. Requirement 1: Macro should ask user to select 2 part. 2: Areas where both matches, should be in yellow color. There are some sample code in documentation, but they are not working in CATIA V5R25...
  10. 22555

    CATIA VBA Macro for comparing 2 drawings

    Hi, I wanted to write a catia macro for comparing 2 drawings using DMU 2d drawing compare method. Anyone have sample code to start with would be much appreciated? Requirement 1: Macro should ask user to select 2 drawings. 2: Compare drawing and output the result in Presentation 3: Old...

Part and Inventory Search