力为的技术博客

联系 聚合 管理
  154 Posts :: 1 Stories :: 561 Comments :: 0 Trackbacks

测试环境 AnyCAD Editor 2.0.1

 关键字: opencascade, ogre3d, vtk, anycad, freeware, acis

1. 首先建立参数

打开参数管理窗口,建立double类型的参数, Id分别为:

Height

Radius

Angle

2. 编写脚本

aBrepTool=BrepTools();
aHeightParam = theParameterSet:FindParameter(“Height”)
aAngleParam = theParameterSet:FindParameter(“Angle”)
aRadiusParam = theParameterSet:FindParameter(“Radius”)
aShape=aBrepTool:MakeCylinder(Vector3(0,0,0), Vector3(0,0,1), aRadiusParam:AsDouble(), aHeightParam:AsDouble(), aAngleParam:AsDouble())
theShape = aBrepTool:Fillet(aShape, 5)

3. 生成模型

4. 程序下载
本程序在各大下载站点均有下载

posted on 2011-03-02 16:06 力为 阅读(1698) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理