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. MsuMsu

    Determine Design Table Parameters

    help please :(
  2. 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
  3. 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)
  4. MsuMsu

    Find Product Update Status

    Hi Little Cthulhu We wrote code for determining drawing update needs as you see below. When we play the code with F8, it works. But when we run the code automaticaly, it doesn't work. Do you have any idea for this problem. Function DrawingUpdateNeed() As Boolean Dim doc As Document...
  5. MsuMsu

    Find Product Update Status

    we can access to caa but i don't know to use
  6. MsuMsu

    Find Product Update Status

    Little Cthulhu, do you have any code or links for determining drawing update needs?
  7. MsuMsu

    Find Product Update Status

    thank you
  8. MsuMsu

    Find Product Update Status

    I need to solve one more update problem. Could you please help me to find how i determine drawing update needs ?
  9. MsuMsu

    Find Product Update Status

    thanks a lot it works
  10. MsuMsu

    Find Product Update Status

    Can you write the codes in your mind please. Because i cant find the way for products. Here you can find the code for part. PartUpdateNeed = CATIA.ActiveDocument.Part.IsUpToDate(CATIA.ActiveDocument.Part)
  11. MsuMsu

    Find Product Update Status

    What if changing constaints of the products ?
  12. 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...
  13. 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