Hi,
i want to read the current "Weight Status" of the present File in NX with VB.Net.
Checling it manually, go to the Assembly-Navigator add the Column Weight Status and check the green Hook or yellow "?".
Some lines of Code:
if UFWeight.StateType.unknown = 3 then
' ...
end if
This Code...
thread561-383387
Hi,
i fount this Code here that creates a surface finish symbol in a Drawing on edges from a Body.
As requested in the original Thread i also need to add this symbols on Dimensions and additional on GD&T.
Unfortunatelly the given Solution from cowski will run into an error in...