UG NX装配中的替换组件的代码如下:
public static void Replace(Component olderComponent, string newer)
{
string name = newer.
本文介绍了使用C#进行UG NX二次开发时,如何实现装配组件的替换功能。代码中,通过指定已存在组件及替换组件的完整路径,完成装配体内的组件替换操作。
UG NX装配中的替换组件的代码如下:
public static void Replace(Component olderComponent, string newer)
{
string name = newer.
1107
955
556
1199
252

被折叠的 条评论
为什么被折叠?