Esempio n. 1
0
        public void LoadStlModule(string strPath)
        {
            string strMsg = ("LOAD STLS ");

            strMsg += strPath;
            if (m_3DInterface != null)
            {
                m_3DInterface.SendCmdMsg(strMsg);
            }
        }