NX Open – 5 Steps to Setup a Computational Fluid Dynamic (CFD) Analysis made Possible!
Following the "Open by Design" philosophy, NX provides a comprehensive set of toolkits that allow you to capture and preserve domain knowledge over the life time of a product. The open automation vision centers on the ability to offer flexible solutions to capture workflow knowledge, automate, and customize a user's interaction with the NX environment. Ranging from simple customization utilities to advanced programming toolkits, the NX Open suite of products provides an extensive and flexible environment for automating and customizing NX.
Below link is an NX Open demonstration:
http://www.youtube.com/watch?v=zr9fxoZlMps
Cheers,
Tuw
Related Articles
CAE Automation on PCB Component Made Possible using NX Open
Hi, Please find attached youtube link to demonstrate this application. http://youtu.be/Z9B8iOF_-wI Cheers, Tuw
NX CAE - Customized Application Using NX Open
Hi, Please find the youtube video link below which demonstrate this application. http://www.youtube.com/watch?v=3I0fKw2QbWE&feature=youtu.be Please check on the attached data if you are interested to use the customed app in this video. Cheers, Tuw
NX CAE - Restart Analysis Using Sol601,106
Hi, In CAE, restart analysis means that the analysis that is stopped by the solver previously, whether by error or by normal termination, is continued again to achieve certain purposes, without starting from the beginning of the analysis. Benefits of ...
Sample NX Open Java routine : select an edge
public static TaggedObject selectAnEdge(String prompt) throws NXException, java.rmi.RemoteException { UI theUI = (UI) SessionFactory.get("UI"); Selection.MaskTriple mask[] = { new Selection.MaskTriple( UFConstants.UF_solid_type, 0, ...
Sample NX Open .NET C# routine : select a feature
public static NXOpen.Features.Feature select_a_feature(string prompt) { Selection.SelectionType[] feats = { Selection.SelectionType.Features }; TaggedObject theTO; Point3d cursor; Selection.Response resp = ...