ChessFalconer
Industrial
- Oct 30, 2005
- 17
Hellow
If i make a command like "vsbv,1,2" then a new line with a number is created. If i want to store the number of that line is there any way? I can see the number of the new line in ANSYS output window (not GUI) then I think there can be a way to store the name of the new line/es.
Thank you very much
PD I have this:
*DO,I,6,(n_l+n_l+n_c+3)
*If,mod(I,2),EQ,0,THEN
VSBV,1,I,DELETE,DELETE
*else
VSBV,4,I,DELETE,DELETE
*ENDIF
*ENDDO
and I want to store the result of each VSBV in a Var, for example VAR(1),VAR(2),...., and then use then in a LEMESH command.
Thank you very much
If i make a command like "vsbv,1,2" then a new line with a number is created. If i want to store the number of that line is there any way? I can see the number of the new line in ANSYS output window (not GUI) then I think there can be a way to store the name of the new line/es.
Thank you very much
PD I have this:
*DO,I,6,(n_l+n_l+n_c+3)
*If,mod(I,2),EQ,0,THEN
VSBV,1,I,DELETE,DELETE
*else
VSBV,4,I,DELETE,DELETE
*ENDIF
*ENDDO
and I want to store the result of each VSBV in a Var, for example VAR(1),VAR(2),...., and then use then in a LEMESH command.
Thank you very much