Esempio n. 1
0
        public void ExportSelectedObject(string sPath)
        {
            StoredCommands sc = new StoredCommands();

            sc.AppendSceneCommand_ExportMeshFile_CurrentSelection(sPath);
            ExecuteCommands(sc);
        }