DragonRE
Mechanical
- Jun 7, 2017
- 5
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 will check if the Status "?" unknown is than 3.
Some more information can be read here:
Can someone support me in some lines Code, how to read the actual Status of weight (UFWeight.StateType = ... value).
Thanky a lot.
Kind regards, Frank
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 will check if the Status "?" unknown is than 3.
Some more information can be read here:
Can someone support me in some lines Code, how to read the actual Status of weight (UFWeight.StateType = ... value).
Thanky a lot.
Kind regards, Frank