91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Composer根據Name顯示與隱藏的實現方法

發布時間:2021-06-18 17:07:21 來源:億速云 閱讀:378 作者:chen 欄目:軟件技術

本篇內容介紹了“Composer根據Name顯示與隱藏的實現方法”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

Composer根據Name顯示與隱藏

    //主要設置 模型的顯示與隱藏      
 private void TransmissionByData_AxSendSelectionChange(string domName, bool isVisible)
        {
            System.Threading.Tasks.Parallel.Invoke(() =>
              {
                  try
                  {
                      if (isVisible)
                      {
                          axDS3DVIAPlayerActiveX1.SetVisibility(CLitSelectionName(domName), CrActorVisibility.crAtvVisible, CrActorVisibility.crAtvKeepActorVisibility);
                      }
                      else
                      {
                          axDS3DVIAPlayerActiveX1.SetVisibility(CLitSelectionName(domName), CrActorVisibility.crAtvInvisible, CrActorVisibility.crAtvKeepActorVisibility);
                      }
                  }
                  catch (InvalidComObjectException e)
                  {
                      Console.WriteLine(e);
                  }
              });
        }
 private string CLitSelectionName(string name)
        {
            return string.Format("<CLitSelection Name='' ><CLitModifiable  Name='{0}'/></CLitSelection>", name);
        }
        private void HightLightItem(string strId, AxDS3DVIAPlayerActiveX objPlayer)
        {
            try
            {
                objPlayer.SetPropertySet(
                    objPlayer.GetAllActorsOnFilter("<CLitPropertySet><Actor.Alpha Value='255'/></CLitPropertySet>", false),
                    string.Format("<CLitPropertySet><Actor.Alpha Value='{0}'/></CLitPropertySet>", strHightLightAlpha));
                objPlayer.SetPropertySet(
                    string.Format("<CLitSelection Name='' Ident='-1'><CLitModifiable Name='{0}'/></CLitSelection>", strId),
                    "<CLitPropertySet><Actor.Alpha Value='255'/></CLitPropertySet>");
            }
            catch (InvalidComObjectException e)
            {
                Console.WriteLine(e);
            }
        }
        private void HightLightAll(AxDS3DVIAPlayerActiveX objPlayer)
        {
            try
            {
                objPlayer.SetPropertySet(
                    objPlayer.GetAllActorsOnFilter(
                        string.Format("<CLitPropertySet><Actor.Alpha Value='{0}'/></CLitPropertySet>", strHightLightAlpha),
                        true), "<CLitPropertySet><Actor.Alpha Value='255'/></CLitPropertySet>");
            }
            catch (InvalidComObjectException e)
            {
                Console.WriteLine(e);
            }
        }
        private void SetPlayerSelections(string[] strItemKeys, AxDS3DVIAPlayerActiveX objPlayer)
        {
            try
            {
                string strSelection = "";
                if (strItemKeys.Length == 0)
                {
                    strSelection = "<CLitSelection Name=\"\" Ident=\"-1\"><CLitModifiable Name=\"\"/></CLitSelection>";
                }
                else
                {
                    strSelection = strItemKeys.Aggregate("<CLitSelection Name=\"\" Ident=\"-1\">", (current, t) => current + string.Format("<CLitModifiable Name=\"{0}\"/>", t));
                    strSelection += "</CLitSelection>";
                }
                objPlayer.Selection = strSelection;
            }
            catch (InvalidComObjectException e)
            {
                Console.WriteLine(e);
            }
        }
        //將Player的選擇項聚焦
        private void SetPlayerSelectionsFocus(AxDS3DVIAPlayerActiveX objPlayer)
        {
            try
            {
                objPlayer.ZoomSelection();
            }
            catch (InvalidComObjectException e)
            {
                Console.WriteLine(e);
            }
        }

“Composer根據Name顯示與隱藏的實現方法”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

元氏县| 扶沟县| 鹿泉市| 兰州市| 绵竹市| 澄迈县| 万载县| 常熟市| 于田县| 兴宁市| 萍乡市| 视频| 四会市| 稷山县| 简阳市| 奉化市| 横山县| 海林市| 东兰县| 甘谷县| 稷山县| 白城市| 辰溪县| 阳西县| 当雄县| 长沙市| 西充县| 郧西县| 枣阳市| 长兴县| 颍上县| 洪洞县| 鸡泽县| 玉门市| 宜城市| 双城市| 乳源| 云安县| 云和县| 镇沅| 霍邱县|