Crosssection Error
Dear all, I created a cross section to export tensile forces. but there is an Error---VECTORS DEFINING SKEW ARE COLINEAR. Please someone tell me how to correct. Thanks!
Answers
-
Hi
You Need to define the N1,N2 and N3 to have the local coordinate system when using /SECT/PARAL
you could add for instance in the /NODE
#--------------------
/NODE
1001 25.0 115.0 -1.0
1002 25.0 115.0 1.0
1003 0.0 115.0 -1.0#---
and on /SECT/PARAL
I hope this helps
Regards
1 -
Rogerio Nakano_21179 said:
Hi
You Need to define the N1,N2 and N3 to have the local coordinate system when using /SECT/PARAL
you could add for instance in the /NODE
#--------------------
/NODE
1001 25.0 115.0 -1.0
1002 25.0 115.0 1.0
1003 0.0 115.0 -1.0#---
and on /SECT/PARAL
I hope this helps
Regards
Ok.Thanks. I have done!
0