×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

NX9 Journal Help for Importintg Part Files

NX9 Journal Help for Importintg Part Files

NX9 Journal Help for Importintg Part Files

(OP)
I have tried this in the past and got no replies. I figured I would try once more in case someone who can help will see it this time.

We have a lot of specific notes (in some cases symbols) we add depending on what kind of part we are detailing. So we created part files with just a particular note or symbol on it and when we need it, we can select the button for that note/symbol and it will automatically import the correct part file and fall in the correct place on the drawing. However, because there is an extra step to import a part file into a Team Center File, I have to have separate buttons for Team Center and Native NX9.

I was wondering if there is a journal that would import a part file and work correctly for both Team Center and Native?

If not, is the a Journal code that I could manipulate that would add a specific note/symbol to a specific location on the drawing sheet?

Thanks in advance for any help offered.

RE: NX9 Journal Help for Importintg Part Files

You can detect whether TC is running and proceed accordingly.

CODE

Dim IsTcEng As Boolean = False
theUfSession.UF.IsUgmanagerActive(IsTcEng)

If IsTcEng Then
'code for running under TC

Else
'code for running in native mode

End If 

www.nxjournaling.com

RE: NX9 Journal Help for Importintg Part Files

(OP)
Thanks Cowski. I am definitely going to put this to use. clown

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources