Hey guys. What functions in the journal are responsible for moving the camera? I i removed lines of code like this:
NXOpen.Point3d scaleAboutPoint1 = new NXOpen.Point3d(-16.215898023039518, 10.575585667199768, 0.0);
NXOpen.Point3d viewCenter1 = new...
Hey guys.
Are there any examples of building a groove using C#, C, VB etc?
I tried to journal it, but NX journal does not record functions, properties, when I trying to insert a groove.
Hello guys.
I wrote a code that, when a thread is selected, reads data from it (pitch, length, radius, etc.)
How can I make it so that when a thread is selected, the data is displayed on the windows form(on DataGridView)?
namespace library
{
public class Class1
{
private static...