Hi
When i try to run the .dll Application through File-->Execute-->Nxopen-->selecting my .dll Application
I am getting the below error.(Also attached screen shot)
Error message,
Error in external library. See system log for details
File name:D:\ \bin\x64\Debug\Drawing_Check.dll
Function...
I want to create the hole with existing point. when try to CommitFeature it gives the error like "A Sketch was expected but not found"
please refer below code in C#,
HolePackage Hole_Feat = (NXOpen.Features.HolePackage)holePackageBuilder1.CommitFeature();
Note: The error get capture in try...
The automation script I have developed is trying to active an existing sketch using the code:
sketch.Activate(NXOpen.Sketch.ViewReorient.False)
The sketch is activated but sketch related tools are not visible(i.e., Sketch workbench UI not visible)
To get the sketch workbench / UI, the user...
Hi All,
I have created the Pattern feature through code. When the user is trying to edit the created feature by double clicking the same, getting the error like "Error recovery completed for the following error: Unknown error" with ok button.
simultaneously the "View" Tab in NX Ribbon is...