I tried, but it not work, can you help me fix my code, Thanks
I tried to write a demo code, change the color of the connected curve
using System;
using NXOpen;
using NXOpen.UF;
public class NXJournal
{
static Session theSession = Session.GetSession();
static UFSession theUFSession =...