nx open .api documentation
nx open .api documentation
(OP)
Does anyone have an idea, where I can get nx open reference book or documentation for visual basic?
Thanks
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 |
nx open .api documentation
|
RE: nx open .api documentation
NX Open for .NET API Reference
as a resource, but I candt find it...
RE: nx open .api documentation
RE: nx open .api documentation
RE: nx open .api documentation
Try recording journals for few interactive options.
It gives you a vb file, it throws some light on NXOpen programming provided if you have prior vb.net knowledge
RE: nx open .api documentation
The "NX Open for .NET Reference" is loaded together with the NX Documentation. It's a separate CD or DVD.
Anyway, as HariharanB suggested, journaling the actions you want to perform is the best way (the only?) to get sample codes, provided that the interactive functions you want to use are available for journaling. There is a switch in the *env.dat file (UGII_JOURNAL_INDICATOR) that activate the display a dot next to the interactive functions that are available for journaling.
For the other functions, .NET wrappers exist to use the UFUNC stuff. Samples can be found on the support UG web site.
The object browser in Visual Studio shows the NXOpen classes and there mumbers, including the wrappers.
Hope it helps.