http://www.charlesandhudson.com/archives/hand-tools-list-important.jpgPPT_LOGO_4b
‹#›
Autodesk Confidential Information November 2009
美酒– .NET参数化绘图
Inventor 设计流程在AutoCAD中的体现
§参数化设计
§几何约束
§尺寸约束
现在也有.NET API了
Constraint Hightlighting2.bmp
The 2D parametric drawing was a big feature in AutoCAD 2010. But last year we only had time to create and test an ObjectARX API. We promised we’d come back and give you a .NET API, and that’s exactly what we’ve done.

The .NET API is a straightforward wrapper on the ObjectARX API, so it gives you very low level access to our associative framework.

AutoCAD 2010中提供了新的功能叫做 参数化绘图,这是类似于Inventor的一种设计方式。这种方式可以让您绘制的图元能够设置几何约束或者尺寸约束。例如我们可以约束两条直线保持平行,或者说让一个圆的直径随着另外一个圆的直径变化。2010 API里我们提供了ARX方式参数化约束支持,在2011版本里,.NET API对ARX得功能进行了封装。所以可以使用.NET进行开发