NX7.5 - Journal
NX7.5 - Journal
(OP)
Could somebody give me a practical application of Journal in NX?
I mean:
1) Why should I use it and when? What is the advantage of using it?
2) Is there a similar function in NX? (Another function that makes similar effects or another function that could successfully replace Journal?
3) Can you send me a NX sample file with Journal attached and explanation of why you used it?
Thanks
I mean:
1) Why should I use it and when? What is the advantage of using it?
2) Is there a similar function in NX? (Another function that makes similar effects or another function that could successfully replace Journal?
3) Can you send me a NX sample file with Journal attached and explanation of why you used it?
Thanks
MZ7DYJ





RE: NX7.5 - Journal
(thread561-315066: creating multiple spheres on imported coordinates)
or import a file that contains point coordinates and draw lines between each of the points
(thread561-323671: Import lines to NX4)
Other methods to program NX include:
www.nxjournaling.com
RE: NX7.5 - Journal
Knowledge fusion.
www.nxjournaling.com
RE: NX7.5 - Journal
What things are you refering to??
Best regards
RE: NX7.5 - Journal
With an author license you have more control over when your code gets unloaded, you can create modeless user forms, unlimited references (for instance you can import the microsoft.office stuff and work with Excel by early binding; you can work with Excel through plain journaling, but must use late binding), and probably a few more things I'm missing. Check the NX help files (programmer's guide) for more complete info.
www.nxjournaling.com