• 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'.

     

  • 相关阅读:
    I.MX6ULL启动方式
    thinkphp使用dompdf导出pdf(html转pdf)
    dos batch动态设置数组
    AMAZON LINUX/CENTOS 部署PYTHON+MYSQL+DJANGO项目流程记录
    R语言条件判断语句编程:使用if/else语句实现条件逻辑判断、使用any函数判断向量中的值是否部分满足条件
    Linux——常用命令
    设计模式之迭代器模式
    设计模式记录
    简历可能会问的问题(学习笔记)
    Python 数据分析之基础
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/125453689