07-07-2018 05:03 AM
07-09-2018 05:14 AM
It seems that you don't get a value for a operation parameter in case of drilling operations.
You will have to check if $value is equal to "--" and skip formatting in this case.
Production: NX10.0.3, VERICUT 8.2, FBM, MRL 3.1.7 | TcUA 10.1 MP7 Patch 0 (10.1.7.0) | TcVis 11.4
Development: C (ITK), .NET, Tcl/Tk Testing: NX12.0 | AWC 3.4 Preparing: NX12.0
Employees of the customers, together we are strong
How to Get the Most from Your Signature in the Community
NX Customization - Best Practice Guide
07-15-2018 03:18 AM
07-15-2018 12:42 PM
The error tells you in which procedure and in which file you have problems, it even displays the line of Tcl code you have problems with.
You just have to open the mentioned file search for the procedure and then check the line of Tcl code, to get an idea of what went wrong.
The check fails because you are checking a non-existent value. Remember that not all operations support all values.
In addition double-dash has a special meaning to many Tcl functions, so don't use it to indicate that a value is non-existent.
Production: NX10.0.3, VERICUT 8.2, FBM, MRL 3.1.7 | TcUA 10.1 MP7 Patch 0 (10.1.7.0) | TcVis 11.4
Development: C (ITK), .NET, Tcl/Tk Testing: NX12.0 | AWC 3.4 Preparing: NX12.0
Employees of the customers, together we are strong
How to Get the Most from Your Signature in the Community
NX Customization - Best Practice Guide
07-15-2018 01:38 PM
07-15-2018 11:21 PM
What version are you using? Is nx12.0.1?
07-15-2018 11:24 PM
07-15-2018 11:24 PM
07-16-2018 12:16 AM
07-16-2018 12:28 AM