Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Maddy02

  1. Maddy02

    NX journal to pull attributes from Work part and display in Excel

    Try with below code Dim allAttributes As NXOpen.NXObject.AttributeInformation() Dim attribute As NXOpen.NXObject.AttributeInformation allAttributes = WorkPart.GetUserAttributes() For Each attribute In allAttributes 'Check type and print the attibute info Next Regards, Maddy
  2. Maddy02

    Check NX is IDLE or not using NXOpen

    Hi Is there anyway to find whether NX is idle or not. Thanks in advance. Regards, Maddy
  3. Maddy02

    How to Fetch the Cue/Status Bar information of NX using NXOpen

    Hi, I would like to know is there any way to fetch the information from Cue/Satus Bar, It is exactly opposite to UFS.UI.SetPrompt(message) API. Thanks in advance. Regards, Maddy
  4. Maddy02

    How to fastly copy multiple partbody to existing product as a part?

    This is in Reference to Post https://www.eng-tips.com/viewthread.cfm?qid=452004 "How to copy multiple partbody to existing product as a part?" I Suppose you need to copy each and every body as a part into a product.. if so, may be you can use below Code.... Sub CATMain()...
  5. Maddy02

    Titleblock macro to vb6

    Selection.Search "CATDrwSearch.DrwText.Name=*TitleBlock_Text_Title_8*, all" DrwText = selection.Item(1).Value DrwText.Text = ProductDrawn.ReferenceProduct.UserRefProperties.Item("DRAWING No.").ValueAsString Regards, Maddy
  6. Maddy02

    Titleblock macro to vb6

    Current Sheet Number: Create separate Function to get the SheetNumber Function GetSheetNumberOf(ByVal oDrawingSheet As DrawingSheet, ByVal oDrawingSheets As DrawingSheets) GetSheetNumberOf = GetSheetNumberOf (oDrawingSheet.Name, oDrawingSheets ) End Function Function GetSheetNumberOf(ByVal...
  7. Maddy02

    CATIA v6 2013x(VBA) Add New Product file and add an existing part in it.

    yes, Ferdo, Scenario is like this (CATIA V62013x) I need to create an assembly from opened 3DParts and i have 2 part files opened 1. Part1 2. Part2 I created a new product Product1 (Assembly - through program) Now i need to add Part1 and Part2 to Product1 (New Product) And then put a...
  8. Maddy02

    CATIA v6 2013x(VBA) Add New Product file and add an existing part in it.

    Hi, i'm new to v6 automation and have worked in v5 automation. Can any one help/post some sample reference code to create new product in V62013x and then add an existing 3D part in to the newly created product. i was able to create a new product and fetch the existing (opened part), but...
  9. Maddy02

    GRIP Program to change the application from modelling to drafting and vice versa

    Hi It's not about manual interaction It's about achieving the switching of application through journal or program while the journal is not yet finished it's execution. If I create shortcuts, is there anyway to use these shortcuts WHILE A PROGRAM IS RUNNING AND IN BETWEEN THE PROGRAM. Hope...
  10. Maddy02

    GRIP Program to change the application from modelling to drafting and vice versa

    Hi John, I'm using NX 8.5 and 9.0 We use master model approach only. And I did tried with changing the display part But user does not want this. So I'm looking for a solution where I'll switch to modelling while program is running and once user selects the inputs switch back to drafting...
  11. Maddy02

    GRIP Program to change the application from modelling to drafting and vice versa

    Hi, I want to switch from drafting to application modelling in a journal. and later modelling to drafting for user selection. I don't want to use setDisplay method. I did tried to record a journal, but no code is recorded for switching applications between modelling and drafting. So if i have...
  12. Maddy02

    GRIP Program to change the application from modelling to drafting and vice versa

    Hi, i just wanted to create a Two GRIP programs to achieve 1. One program to change the Application from modelling to Drafting and 2. Second program to change the Application from Drafting to Modelling i tried with NX Open Grip but error comes up as below Enter file [exit]...
  13. Maddy02

    Get the linked Attribute value of a note (VBA)

    Hi handleman, Thanks for the reply Will try and revert. Regards, Maddy
  14. Maddy02

    Get the linked Attribute value of a note (VBA)

    Hi handleman yes you are right. i need to set the value of a note to a attribute if it is not linked to it. getting the linked property is ok but how to set it. Regards, Maddy
  15. Maddy02

    Get the linked Attribute value of a note (VBA)

    Dear CorBlimeyLimey Thanks for the reply. I would like to know how to achieve it through macro (VBA) Regards, Maddy

Part and Inventory Search