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: *

  1. AKCalixto

    CATScript - Need Help with Adding to my documents list

    Does it work if you change the variable declaration to: Dim PartList as object
  2. AKCalixto

    Recording a Macro with Renaming

    Option Explicit ' Sub CATMain() ' Dim CatPart As Part, CatHybridBodies As HybridBodies, CatHybridBody As HybridBody, i As Integer ' Set CatPart = CATIA.ActiveDocument.Part Set CatHybridBodies = CatPart.HybridBodies ' For i = 1 To 10 Set CatHybridBody = CatHybridBodies.Add()...
  3. AKCalixto

    Identify a CATIA Component from a CATIA Product

    Try to use sType = TypeName(products1.Item(i)) sType will be "Product", "Part", "Body", "Document", "Hybridbody", ... Cheers, Alex

Part and Inventory Search

Top