iCAx开思工具箱

标题: 如何以工作坐标输出几何? [打印本页]

作者: freeman    时间: 2007-6-9 08:49
标题: 如何以工作坐标输出几何?
NX中输出Part都是以绝对坐标输出的,我想以工作坐标输出部分几何体,如何实现?我目前的笨办法是,用 UF_MODL_move_feature 将几何移到绝对坐标再输出.但是如果特征参数未移除的话就失败了.高手们有什么好办法么.请指教.多谢!
作者: freeman    时间: 2007-6-9 10:42
在export输出函数中没有下图红色框中的参数.大家有无办法?
作者: freeman    时间: 2007-6-12 16:22
潜水这么久才有一个问题,实在难得.想不到竟然要沉了!

我真的不是很相信,就没人解得了?
作者: hunglau    时间: 2007-6-21 23:26
uf_csys_map_point();就可以了,在输出点后用这个命令就可以把他转成工作座标下的点,
作者: freeman    时间: 2007-6-22 08:51
总算有个人说话了,多谢了.
uf_csys_map_point();我也试过,但就是有问题.可能是我用的不对.

我是按下面这段话的意思去做的.

Maps a point from one coordinate system to a point in another
coordinate system. The coordinate system can be one of the following
constants.

UF_CSYS_ROOT_COORDS is the ABS of the displayed part.
UF_CSYS_WORK_COORDS is the ABS of the work part.
UF_CSYS_ROOT_WCS_COORDS is the WCS of the displayed part.
For example:
To convert a point from absolute coordinates of the displayed part to
the WCS:
input_csys = UF_CSYS_ROOT_COORDS;
output_csys = UF_CSYS_ROOT_WCS_COORDS;
To convert a point from the work part absolute coordinates to the
displayed part absolute coordinates:
input_csys = UF_CSYS_WORK_COORDS;
output_csys = UF_CSYS_ROOT_COORDS;

再有的就是  Export  函数根本就没有选择输出点参数啊. import 就有,真是郁闷






欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3