Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE 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. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Ahh, sorry for being a muppet! That works just great! Thank you very much for your help and patience!
  2. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Sorry cowski, what I was meaning, was that in order to run the journal I would need to count up all the bodies that I wish to export into the temp part before running the journal. Then I would enter the number of bodies and run the journal (4 bodies for example below)...
  3. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Understood, but is there any way around this cowski? Otherwise we would need to count the bodies that we want to export before running the journal?
  4. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Awesome work cowski! It no longer throws errors. However, when multiple bodies are selected, it only exports the first body selected, and fails to export the other bodies that were selected. :)
  5. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Again, thank you for your help. Im sure it is close to working now. I currently get a "casting" runtime error: Runtime error: System.InvalidCastException: Unable to cast object of type 'NXOpen.TaggedObject[]' to type 'NXOpen.Body[]'. at NXJournal.Main() in...
  6. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    Thanks , but I am still struggling with the other changes that are required, and where about to put them. :)
  7. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    It's for NX 8.5 cowski. Thanks for your help
  8. NetDog

    Journal to export selected (multiple) bodies to temp part, and remove parameters

    How can I modify this journal, to select multipe bodies to export to a temp part, as opposed it just selecting one body to export? Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Imports NXOpen.UI Module NXJournal Sub Main Dim theSession As Session =...
  9. NetDog

    Help with Journal to edit object display on solid bodies

    I now have this working by: Dim selectionMask_array(1) As Selection.MaskTriple With selectionMask_array(0) .Type = UFConstants.UF_solid_type .Subtype = 0 .SolidBodySubtype = UFConstants.UF_UI_SEL_FEATURE_SOLID_BODY End With...
  10. NetDog

    Help with Journal to edit object display on solid bodies

    Trying to create a journal to edit object display (chabge colour to a preset value) of any pre-selected solid bodies. I have tried the below, but I still have to select "solid body" from the selection filters for it to work. Any help greatly appreciated. Option Strict Off Imports System...

Part and Inventory Search

Back
Top