AnyCAD.NET C#开发CAD软件实践(一)

时间:2021-11-28 10:23:20

免费的AnyCAD.NET发布了!俺喜欢的C#有了大展前途的机会了。

打算用这个框架搭建一套实用的CAD系统,目标是能买出去10套以上。

先看看AnyCAD.NET的自我介绍。

http://www.anyCAD.net

AnyCAD .Net SDK provides the straightforward APIs of 3d modeling and visualization for .Net developers, including the following features:

  • Modeling 2d/3d primitives: Point, Line, Polyline, Spline, Circle, Arc, Ellipse, Sphere, Box, Cylinder, Cone, etc.
  • Compound objects:wire, compound body
  • Feature operations: extrude, sweep, revol, loft, face
  • Boolean:cut, fuse, common

翻译一下哈!

AnyCAD.NET SDK为三维建模和可视化软件的.NET程序员提供可直接试用的接口API,包括了如下特点:

1、二维/三维实体:点、线、折线(多义线)、样条曲线、圆、圆弧、椭圆、球体、长方体、圆柱体、圆锥体等等;

2、组合体:线框型、复合型;

3、特性操作:拉伸、扫描、回转、位移、面;

4、布尔操作:交、并、差;

俺打算先以2D应用入手。