「AutoCAD 2016 API ヒストリ リファレンス(ActiveX)」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
編集の要約なし
編集の要約なし
 
1行目: 1行目:
AutoCAD 2016 と AutoCAD 2016 ベースの製品の ActiveX API に対して行われた追加・変更点。
AutoCAD 2016 と AutoCAD 2016 ベースの製品の ActiveX API に対して行われた追加・変更点。


=== 列挙型 ===
== 列挙型 ==


  AcSectionState2 (New)
  AcSectionState2 (New)
14行目: 14行目:
         ACADSECURITYPARAMS_ENCRYPT_PROPS = 2 (Obsolete)
         ACADSECURITYPARAMS_ENCRYPT_PROPS = 2 (Obsolete)


=== クラス ===
== クラス ==


  IAcadDocument (Changed)
  IAcadDocument (Changed)

2015年5月17日 (日) 14:13時点における最新版

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