dear sir
i make one one journal file and the convert this file into .exe file ,now when i run this .exe application in nx open module in nx that's
working fine but now [b]i required to run this .exe file directly from C# windows external application.
how to run this ? please guide...
i have use this code
using System;
using NXOpen;
using NXOpen.UF;
using System.Runtime.InteropServices;
public class Program
{
// class members
private static Session theSession;
private static UFSession theUfSession;
public static Program theProgram;
public static bool...
Dear sir
i make the part with the use of external spreadsheet .now when i copy this part references is also available on this part so now a required to do delete the references of copy part
Dear sir
i make the part with the use of external spreadsheet .now when i copy this part references is also available on this part so now a required to do delete the references of copy part
dear
i have to required program for the click button on refresh external spreadsheet which is available in nx 6 at
tools=> expression => refresh external spreadsheet
dear
i have make the spreadsheet which includes the all the expression of piston .so how to connect this expression to the nx 6 model so expression change model will be change
I created an excel spreadsheet with all different calculations and also create template in nx now i make interface between the excelsheet and template now i required that whenever i change the excelsheet automatic nx model will be change so how to nx model link with excelsheet
sir i have made Template in nx6 .and excel calculation for the same Template.so now required to connect excel calculation with the template using C#.net so how to connect this?