CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

ActiveX 开发指南

AutoCAD 2016 API 历史记录参考 (ActiveX)

2023-1-5 05:35| 发布者: admin| 查看: 1363| 评论: 0|来自: AutoCAD

摘要: 在 AutoCAD 2016 和基于 AutoCAD 2016 的产品中对 ActiveX API 所做的添加和更改。

在 AutoCAD 2016 和基于 AutoCAD 2016 的产品中对 ActiveX API 所做的添加和更改。

枚举

AcSectionState2 (New)
        acSectionState2Plane = 1
        acSectionState2Slice = 2
        acSectionState2Boundary = 4
        acSectionState2Volume = 8
AcadSecurityParamsConstants (Obsolete)
        ACADSECURITYPARAMS_ALGID_RC4 = 26625
AcadSecurityParamsType (Changed)
        ACADSECURITYPARAMS_ENCRYPT_DATA = 1 (Obsolete)
        ACADSECURITYPARAMS_ENCRYPT_PROPS = 2 (Obsolete)

IAcadDocument (Changed)
        SaveAs - Method (Support for adding password protection has been removed)
IAcadPointCloudEx (Changed)
        Segmentation - Property (New)
IAcadSection (Changed)
        SectionPlaneOffset - Property (New)
        SliceDepth - Property (New)
        State2 - Property (New)
IAcadSecurityParams (Changed)
        Action - Property (Constants ACADSECURITYPARAMS_ENCRYPT_DATA and ACADSECURITYPARAMS_ENCRYPT_PROPS are no longer supported)
        Algorithm - Property (Obsolete)
        KeyLength - Property (Obsolete)
        Password - Property (Obsolete)
        ProviderName - Property (Obsolete)
        ProviderType - Property (Obsolete)
IAcadShadowDisplay - Interface is only supported by the MentalRay renderer

路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 )

GMT+8, 2024-5-11 20:48

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部