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

     

  • 相关阅读:
    Nginx如何做负载均衡
    vue2 elementui 封装一个动态表单复杂组件
    一键复制 — vue
    C++面试八股文:override和finial关键字有什么作用?
    软件安装攻略:EmEditor编辑器下载安装与使用
    Net 编译器平台 --- Roslyn
    MySQL之创建高性能的索引(十二)
    监听和获取LayerUI中的switch值
    JWT生成与解析/JWT令牌前端存储
    elementUI可拖拉宽度抽屉
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/125453689