Implement the 3D view window in a Dialog with OpenCascade[24]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 searoc 的 blog

              m_rwidth = arect.width();

              m_rheight = arect.height();

              ::postmessage ( getsafehwnd () , wm_size , sw_show , m_rwidth + m_rheight*65536 );

       }

      

       // todo: add your message handler code here

       m_pview->redraw();

       // do not call cwnd::onpaint() for painting messages

}

 

void c3dwnd::showvolume()

{

       clear();

       carrlong arrid;

       getsolidsid(arrid);

本文关键:Implement the 3D view window in a Dialog with OpenCascade
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top