ViewFEMesh
- Move function to set the viewing plane specifying a hint for the in-plane x-axis from
ViewFEMesh
toViewBase
. - Use the variables for storing the viewing plane (
m_prmat
,m_proj
,m_plane
) and functions to handle projections (ToPlane
) implemented inViewBase
also inViewFEMesh
. - No need to keep graphics objects (
TPolyLine
) as class members.