Ejemplo n.º 1
0
        public void SelectObjects(List <int> vObjects)
        {
            StoredCommands sc   = new StoredCommands();
            vectori        objs = new vectori(vObjects);

            sc.AppendSceneCommand_SelectObjects(objs);
            ExecuteCommands(sc);
        }