We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How can I get the surface normals(direction cosines) of some shells elements and flip them?

    • FAQFAQ
      Participant

      Appendix A of the ANSYS Parametric Design Language Guide has info on the GET functions. You will likely need the NELEM(E,NPOS) to get the I, J, K node numbers for each element. Then use the NORMNX(N1,N2,N3), NORMNY, and NORMNZ to get the X/Y/Z direction cosines. See Section 8.3 in the Modeling and Meshing Guide for info on reorienting element faces (likely ENSYM). —