Submitted by Ildon on Fri, 05/13/2016 - 05:21
Forums:
Hello guys :)
I`m a beginner with C# and NXOpen and i need some help :)
I want to create a Setlist for Collecting Curves with the Block UI Styler.
I Created 2 dlx. Files. 1.Setlist and 2. the CurveCollector.
Now i have to seed the .dlx File from the curve Collector in the initialize_cb() Function of the UI SetList.
But how ???
That´s how i tried it.
// Thats the path of the dlx File (CurveCollector)
string sPath1 = System.AppDomain.CurrentDomain.BaseDirectory;
string CurveCollector = (sPath1 + "CurveCollector.dlx");
private NXOpen.BlockStyler.SetList seeder;// Block type: Set List
seeder = new NXOpen.BlockStyler.SetList.SeedDlxFile(CurveCollector);
i hope you`ll help me :)
thanks :)
re: block styler UI
For anyone else with the same question, Ildon received an answer here:
http://community.plm.automation.siemens.com/t5/NX-Programming-Customizat...