• VectorDraw Developer Framework 10.10


    Adds support for .NET 6.0 along with improvements to memory management and performance.

    June 21, 2022 - 10:44

    New Version

    Features

     

    • Engine
      • Added the ability to manage new 'ISupportResolveReferenceObjects' entities.
      • Added the ability to create custom objects that can have reference objects (vdfigures) and to connect them.
      • Improved the speed of 'osnap' selection.
      • Added the following method in order to reset the DimOvewriteValue of vdLeader object:
        • public void ResetOverwriteValue().
      • vdExportFlags default value has been changed.
      • Added a new 'MeshDrawType' property which determines the way that an object is drawn, in order to improve memory management and performance. It can get one of the following values:
        • COMPLEX - The polyface is drawn using multi parameters.
        • TRIANGLES - Each face in the facelist is defined by the first 3 indices.
        • QUADS - Each face in the facelist is defined by the first 4 indices.
        • AUTO - Auto check if polyface can use TRIANGLES, QUADS or COMPLEX.
      • Modified VDF so it can move Model entities from one document to another without the need to clone new instances.
      • Improved the quality of EMF images that are exported to PDF.
      • Updated printer properties when exiting printer form.
      • Added new functionality to save polyfaces with a large number of vertices (over 32787) in DXF format. This is a limitation of ACAD that cannot accept polyface with more vertices. If a polyface has more vertices then it is saved as a MESH.

     

    • General
      • Added support for Microsoft .NET Core 6.
      • New License Management - Added a new command-line application called vdlic.exe, which will help you create a license file that should be distributed with your application.
      • Units for Length are now always on inches unless otherwise specified when exporting SKP files.
    • Converter
      • Added a new property 'ExportDWGFlags' which controls the export of DWG/DGN files.
    • vdIFC
      • Added a new object type 'vdIFC.vdXPropertyIFCQuantity' which inherits the 'vdXproperty' type with an additional property 'UnitType'.
      • IFCGlobalId will now be preserved when an object is cloned.
      • Added the ability to read IFC object properties like 'OverAllWidth' and 'OverAllHeight'.

     

  • 相关阅读:
    feign 和 openFeign 的区别
    计算机毕业设计Java高等数学试卷系统(源码+系统+mysql数据库+lw文档)
    HashMap 为什么线程不安全?
    158_模型_Power BI 使用 DAX + SVG 打通制作商业图表几乎所有可能
    google网页翻译使用不了的解决方案
    详解TCP为什么不能是两次握手
    以用地业务链串接为核心的自然资源业务数据治理与重构路径
    vben admin BasicTable 表格的基本使用
    less,sass,scss的关系与区别
    QTday06(人脸识别项目前置知识)
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/125453689