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!

Recent content by zmedwael

  1. zmedwael

    journal for face data (problem with area and perimeter)

    the main goal of my journal was to find faces that have the same area (or perimeter) as a reference face (just one reference face) . but I still don't understand why the journal that you wrote is working (e.g area and perimeter appear in a listing window) while mine don't , in my journal just...
  2. zmedwael

    Journal for Save As in IGES Format

    Hi , Try to change the line : partSaveStatus1 = workPart.SaveAs(thePath+displayPart.Leaf+PartExt) by this line : partSaveStatus1 = workPart.SaveAs(IO.Path.GetDirectoryName(workPart.FullPath) & IO.Path.GetFileNameWithoutExtension(workPart.FullPath) & ".igs")
  3. zmedwael

    copy a Menu bar from a user to another

    I've never used MenuScript but i will try it . Thanks anyway .
  4. zmedwael

    copy a Menu bar from a user to another

    Thank you , Working very well , i just have to change the files directory for every user ,in his own computer and that's it . Thank you very much SvenBom .
  5. zmedwael

    copy a Menu bar from a user to another

    Thanks Mark for the reply , Can you explain how can i save a role and then transfer it ? I don't find any save button in the customization wizard ( Menu : Tools ----> customize ----> commands ). I'm using NX 8.5 . thanks .
  6. zmedwael

    copy a Menu bar from a user to another

    Hi , I created a menu bar on my nx session with many drop down user commands (journals with explanation ) and i want to create the same menu for other users working on different computers . is there a way to copy the menu from my pc and paste it to others ? thank you .
  7. zmedwael

    From .sim to .prt by face from mesh commande ?

    Thank you BlasMolero and JohnRBaker for the information , for BlasMolero , i do the same as you explained , i import a Nastran bulk file to NX then i use the "face from mesh" command to create polygon faces from pshell . the question is the possibility to pass from polygon faces to just faces...
  8. zmedwael

    From .sim to .prt by face from mesh commande ?

    Hi every one , i'm wondering if there is a way to create a part from a simulation ? I know i can pass from sim to fem but i need to get a prt file to get full access to the UF functions like the type of surface etc.. thank you .
  9. zmedwael

    NOOOOOO NX9 use ribbon interface

    Can anyone answer my question please !!!, IS THERE ANY NEW FUNCTIONS FOR THE ADVANCED SIMULATION MODULE ????
  10. zmedwael

    NOOOOOO NX9 use ribbon interface

    What's new for Advanced simulation Module ?
  11. zmedwael

    journal for face data (problem with area and perimeter)

    Hi , this is the journal , the problem is that area and perimeter outputs are zeros , others are working well. Any help . Module NXJournal Sub Main(ByVal args() As String) Dim theSession As Session = Session.GetSession() Dim workPart As Part = theSession.Parts.Work...
  12. zmedwael

    NX open : selection intent rule

    thanks !
  13. zmedwael

    NX open : selection intent rule

    Hi , Can any one explain to me what's is a selection intent rule ? i'm having problems affecting faces simply to a face collector ,i must create a selection intent rule and affect it to the face collector . thanks for helping.
  14. zmedwael

    Shape detection

    Thanks Cowski , i will work on it and i will tell you if i have any results . and thanks Baker for the information , but i want to learn more about nxopen and i'm trying to create my own journals.

Part and Inventory Search