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); <code> i hope you`ll help me :) thanks :)