NXopen Tutorial.
NXopen Tutorial.
(OP)
Hi all,
Do u have any one NXopen tutorial?
Do u have any one NXopen tutorial?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: NXopen Tutorial.
https://docs.plm.automation.siemens.com/tdoc/nx/10...
https://docs.plm.automation.siemens.com/tdoc/nx/10...
https://docs.plm.automation.siemens.com/data_servi...
/ Regards,
Tomas
RE: NXopen Tutorial.
I found this pdf on the internet
someone build it from NX6 Documentation
RE: NXopen Tutorial.
Also see these links
http://ugsapr.narod.ru/opb/ufn_mt13110_nx2.pdf
http://www.engr.uvic.ca/~mech410/UG_NX_PDF_Files/U...
www.taylormaneevent.com/nxopen-programmer-guide.pd...
RE: NXopen Tutorial.
This new guide, modeled after the SNAP tutorials, can be found here:
https://docs.plm.automation.siemens.com/data_services/resources/nx/11/nx_api/common/en_US/graphics/fileLibrary/nx/nxopen/nxopen_getting_started_v11.pdf
Taylor Anderson
NX Product Manager, Knowledge Reuse and NX Design
Product Engineering Software
Siemens Product Lifecycle Management Software Inc.
(Phoenix, Arizona)
RE: NXopen Tutorial.
In example 1 I should open the template NXOpenSample.vb.
When I open this it's in chinees as you can see below.
Did I do something wrong with the installation of NX11?
Imports NXOpenഀ
Module NXOpenSample 匀甀戀 䴀愀椀渀 ⠀⤀ഀ
䐀椀洀 琀栀攀匀攀猀猀椀漀渀 㴀 匀攀猀猀椀漀渀⸀䜀攀琀匀攀猀猀椀漀渀⠀⤀ഀ
✀夀漀甀爀 挀漀搀攀 最漀攀猀 栀攀爀攀ഀ
䔀渀搀 匀甀戀ഀ
End Module
Best Regards,
Sven
RE: NXopen Tutorial.
- And it becomes really funny when I try Google Translate
Or does the code say "Bamboo shoots Bowls Bowls Bowls Bowls Bowls and drawers Bowls and drawers Bowls pan pan pan pan Love love" ?
Tomas
RE: NXopen Tutorial.
Let me see if I can find an English version for you! (And fix the installation file.)
Taylor Anderson
NX Product Manager, Knowledge Reuse and NX Design
Product Engineering Software
Siemens Product Lifecycle Management Software Inc.
(Phoenix, Arizona)
RE: NXopen Tutorial.
CODE --> VB
Imports NXOpen Module NXOpenSample Sub Main () Dim theSession = Session.GetSession() 'Your code goes here End Sub End ModuleAnd that's all.
Thanks again!
Taylor Anderson
NX Product Manager, Knowledge Reuse and NX Design
Product Engineering Software
Siemens Product Lifecycle Management Software Inc.
(Phoenix, Arizona)
RE: NXopen Tutorial.