iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24261|回复: 2
打印 上一主题 下一主题

【求教】这个ugdfa文件问题在哪里?

[复制链接]
跳转到指定楼层
楼主
发表于 2007-8-1 09:35:05 | 只看该作者 回帖奖励 |正序浏览 |阅读模式

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
这是nx5 help中自带的一个例子,但是我按其步骤调试了一下却是提示错误,请熟悉kf的指点一下:
问题描述是红色部分好像参数调用不对,但是我看了半天觉得应该没问题啊。
#! NX/KF 4.0
DefClass: udf_rule.prt (ug_base_part);
(Number) RotationAngle: 0;
(Vector)ProjectionVector: vector(0,-1,0);
(Point)Origin:Point(4,7,7);
(string)FaceName:"front";
(string)RotationAngle_label:"Angle";
(String)ProjectionVector_laber:"Vector";
(String)Origin_label:"Origin";
(String)FaceName_label:"Face Name";
(list)input_parameters:{RatationAngle:,ProjectionVector:,Origin:,FaceName:};

(list)Faceselection:ug_refObjectByName( FaceName:,{ug_face}, "" );
(list)LocatorOnsurface: ug_face_askPointParametersAtPoint( first(faceselection:),Origin:, Projection_Vector, ProjectionVector: );
(Point)PointOnface:ug_face_askPointOnFace( first(faceselection:), LocatorOnsurface: );
(Vector)FaceNormal:ug_face_askNormal( first(faceselection:), LocatorOnsurface: );
(Vector)x: RotateVector(vector(-1,0,0), RotationAngle:, FaceNormal:);
(Vector)x: RotateVector(x:,-90,FaceNormal:);
(Child) ReferencePlane: {
  Class, ug_datum_plane;
  thru_point, Pointonface:;
  Direction, FaceNormal:;
  Suppress_Children?, FALSE;
};

(Child) Xaxis: {
  Class, ug_datum_axis;
  thru_point,Pointonface:;
  Direction, x:;
  Suppress_Children?, FALSE;
};
(Child) Yaxis: {
  Class, ug_datum_axis;
  thru_point,Pointonface:;
  Direction, Y:;
  Suppress_Children?, FALSE;
};
(Child) Zaxis: {
  Class, ug_datum_axis;
  thru_point,Pointonface:;
  Direction, -FaceNormal:;
  Suppress_Children?, FALSE;
};

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
板凳
发表于 2007-8-4 09:23:15 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
沙发
发表于 2007-8-4 05:55:23 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手板模型制作,在线3D打印服务

QQ|小黑屋|手机版|开思工具箱 CAD工具箱_CAM工具箱  

GMT+8, 2024-11-24 22:07 , Processed in 0.011918 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表