免費的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應用入手。