We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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). —