Hello Everyone
When I try to make a drawing of my flat pattern it would not show the flat pattern, only when I delete all of my sub assemblies. I tried to make a random part as sub assembly, but does not work as long as there is any sub assemblies. I have made a master drawing but when I try to...
Hello everyone
I am making a KF checker, which should find specific names, such as finding a UDF with the name 9. The code right now looks like this, does anyone know how to do this?
$feats << mqc_askFeaturesByType( "SKETCH" );
$browseable_features << mqc_askBrowseableFeatures(...
Hello everyone
How it is possible to filter out UDF in for examble the checker, that checks if a drawing is fully constrained, when making a custom checker in NX 11.
Thank you
Hello all
Is it possible to insert two features in the mqc_askFeaturesByType code? As for example blend and a face blend, as they both are blend types.
Hello all
I cannot find a way to make two inputs so first_input finds every blend less than the number put in and the second_input finds the every blend greater than the number put in. Does anyone know how to do this?
The code looks like:
If ( ( first_input: < 0.0 ) )
Then
@{...