• <menu id="w2i4a"></menu>
  • logo VectorDraw Developer Framework使用教程

    文檔首頁>>VectorDraw Developer Framework使用教程>>VectorDraw Developer Framework常見問題整理(五十三):如何獲取外部參考文檔的實(shí)體

    VectorDraw Developer Framework常見問題整理(五十三):如何獲取外部參考文檔的實(shí)體


    VectorDraw Developer Framework(VDF)是一個用于應(yīng)用程序可視化的圖形引擎庫。有了VDF提供的功能,您可以輕松地創(chuàng)建、編輯、管理、輸出、輸入和打印2D和3D圖形文件。該庫還支持許多矢量和柵格輸入和輸出格式,包括本地PDF和SVG導(dǎo)出。

    點(diǎn)擊下載VectorDraw Developer Framework


    問:如何獲得外部參考文件的實(shí)體?

    答:請參考獲取外部參考文檔實(shí)體的示例

     
       var blk = vdcanvas.AddBlockFromFile("test.vds", "myblock", false, _loadedDelegate);
     
       function _loadedDelegate(xrefargs) {
           var xrefdoc = xrefargs.documentdata.vdDocument; 
           var block = xrefargs.Block; 
           var entities = xrefdoc.Model.Entities.Items;
           var fig; 
           for (var i = 0; i < entities.length; i++) { fig = xrefdoc[entities[i]]; } vdcanvas.scriptCommand.blockref("myblock", null); } 

    問:如何在不從vdAttribute對象格式化的情況下獲取字符串(值)?

    答:可以借助vdMtext對象獲取屬性的純文本(值),例如:

     
      private void button1_Click(object sender, EventArgs e)
    {
        vdDocument doc = vdFramedControl.BaseControl.ActiveDocument;
        doc.Open(@"C:\test\test.vdcl"); // the test drawing contains only an vdInsert with an attribute
        vdInsert ins = doc.Model.Entities[0] as vdInsert; // get the insert
        if (ins == null) return; 
        vdAttrib atr = ins.Attributes[0] as vdAttrib; // get the attribute
        if (atr == null) return;
        vdMText mtxt = new vdMText(doc, atr.ValueString, new gPoint(), 1.0d); // define a new temporary vdMtext object with the attribute’s string
        VectorDraw.Generics.vdArray plaintext = mtxt.GetActualStringArray(); // get the PLAIN strings/value of the attribute
        mtxt = null; //vmMetxt is not needed any more!
        string messageboxstr = "";
        foreach (string item in plaintext)
        {
            messageboxstr += item + "\r\n";
        }
        MessageBox.Show(messageboxstr); // display the attribute’s value
    }
     
    以上問答,如果您有任何的疑惑都可以在評論區(qū)留言,我們會及時回復(fù)。此系列的問答教程我們會持續(xù)更新,如果您感興趣,可以多多關(guān)注本教程。

    熱門文章推薦:

    =======================================================

    如果您對想要購買正版授權(quán)VectorDraw Developer Framework(VDF),可以聯(lián)系在線客服>>咨詢相關(guān)問題。

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();