河伯 发表于 2010-11-29 00:00:26

AutoCAD 2012(Ironman) 将增强的 .NET API

本帖最后由 河伯 于 2010-11-29 00:16 编辑

AutoCAD 2012(Ironman) 将增强的 .NET API,开发平台VS2010+.NET 4.0

Associative Array API
Comprehensive API for new associative array feature

Grip menus for custom entities
Add grip hover menus to your own entities

ResetTimes
Resets the AcDbDatabase TDCREATE, TDUPDATE, TDINDWG, and TDUSRTIMER variables.

VisibilityOverrule
Overrule get/set visibility.

BlockTableRecord.SetIsFromOverlayReference
Toggle xref between attachment and overlay.

河伯 发表于 2010-11-29 00:35:17

几个很有用的,可惜 ObjectARX only,希望正式发布时能加入到.NET API。acdbConvertAcDbCurveToGelibCurve
Returns an AcGeCurve3d that is geometrically identical to the AcDbCurve

acdbConvertGelibCurveToAcDbCurve
Returns an AcDbCurve that is geometrically identical to the AcGeCurve3d

acdbAssignGelibCurveToAcDbCurve
Sets the specified AcDbCurve to be geometrically identical to the AcGeCurve3d

雪山飞狐_lzh 发表于 2010-11-29 12:35:32

ObjectARX only的可以考虑用P/Invoke调用,估计下一个版本才会考虑.Net
页: [1]
查看完整版本: AutoCAD 2012(Ironman) 将增强的 .NET API