Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

    Determine Design Table Parameters

    I want to display the parameters that depend on the design table. I prepared a code but I can't display some parameters. You can view the attachments. Is there a way to view them? Thanks for support
  2. MsuMsu

    Determine Constraint Element

    I can get the following information about Constraint. Its value displayed in 'refEleman1.DisplayName' Is there a way to show it as marked? (i need this to get list of all constraint in 3d model)
  3. MsuMsu

    Find Product Update Status

    I have problem with finding update status in Catia V5. I cant find if the product needs update. How can i find product update status? Here you can find how i find part update needs. For Each dokumanlar In CATIA.Documents If TypeName(dokumanlar) = "PartDocument" Then If...
  4. MsuMsu

    “Compenent” elements seen as “ProductDocument” in CATIA VBA

    I have a problem. I can import feature types in catia vba with the following codes Set document1 = CATIA.Documents.Item("Product1.CATProduct") Set products1 = document1.Product.Products For i = 1 To products1.Count MsgBox TypeName(products1.Item(i).ReferenceProduct.Parent) Next i but...

Part and Inventory Search