<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>多墨网 - UG NX运动仿真</title>
    <link>https://www.dmsnx.com/forum-104-1.html</link>
    <description>Latest 20 threads of UG NX运动仿真</description>
    <copyright>Copyright(C) 多墨网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 05 May 2026 23:47:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.dmsnx.com/static/image/common/logo_88_31.gif</url>
      <title>多墨网</title>
      <link>https://www.dmsnx.com/</link>
    </image>
    <item>
      <title>UG制作装配序列注意要点</title>
      <link>https://www.dmsnx.com/thread-9370-1-1.html</link>
      <description><![CDATA[制作装配序列，装配组件不能带有约束
如果带有约束，在移动组件时，会受约束条件限制移动
动态产生困难，最终创建序列失败]]></description>
      <category>UG NX运动仿真</category>
      <author>佟子蕙</author>
      <pubDate>Wed, 06 Jul 2022 02:04:42 +0000</pubDate>
    </item>
    <item>
      <title>UG  NX11高级仿真求解N卡不兼容</title>
      <link>https://www.dmsnx.com/thread-8088-1-1.html</link>
      <description><![CDATA[笔记本WIN10安装的UG9 UG10 UG11均试过高级仿真求解无op2文件
笔记本是8核16线程,N卡不兼容吗]]></description>
      <category>UG NX运动仿真</category>
      <author>wangdingyu</author>
      <pubDate>Fri, 21 Jun 2019 14:01:53 +0000</pubDate>
    </item>
    <item>
      <title>win10系统安装UG10高级仿真求解无op2</title>
      <link>https://www.dmsnx.com/thread-8044-1-1.html</link>
      <description><![CDATA[请教win10 安装UG10高级仿真求解无op2文件]]></description>
      <category>UG NX运动仿真</category>
      <author>wangdingyu</author>
      <pubDate>Sun, 09 Jun 2019 07:39:37 +0000</pubDate>
    </item>
    <item>
      <title>运动仿真齿轮副可以拖动相切参考点调整比例</title>
      <link>https://www.dmsnx.com/thread-7886-1-1.html</link>
      <description><![CDATA[做运动仿真动画
可以拖动相切节点来调整，运动比，防止干涉情况产生]]></description>
      <category>UG NX运动仿真</category>
      <author>明月松间照</author>
      <pubDate>Tue, 30 Apr 2019 15:00:42 +0000</pubDate>
    </item>
    <item>
      <title>水管模具UG运动仿真案例参考</title>
      <link>https://www.dmsnx.com/thread-7691-1-1.html</link>
      <description><![CDATA[案例已经做好，但暂时没有把原文件分享出来]]></description>
      <category>UG NX运动仿真</category>
      <author>白田然</author>
      <pubDate>Sat, 16 Feb 2019 08:49:58 +0000</pubDate>
    </item>
    <item>
      <title>UG运动仿真中运动函数表达什么STEP,SHF,POLY,BISTOP</title>
      <link>https://www.dmsnx.com/thread-6871-1-1.html</link>
      <description><![CDATA[这些是UG运动仿真中的运动函数，它们保代表什么

BISTOP( x, dx, x1, x2, k, e, cmax, d)
CHEBY( x, x0, a0, ..., a30)
FORCOS( x, x0, w, a0, ..., a30)
FORSIN( x, x0, w, a0, ..., a30)
HAVSIN( x, x0, h0, x1, h1)
IF( x: e1, e2, e3)
IMPACT( x, dx, x1, k, e, cma ...]]></description>
      <category>UG NX运动仿真</category>
      <author>屈平良</author>
      <pubDate>Tue, 28 Aug 2018 02:26:58 +0000</pubDate>
    </item>
    <item>
      <title>NX10运动仿真动画控制没有封装选项</title>
      <link>https://www.dmsnx.com/thread-6862-1-1.html</link>
      <description><![CDATA[这个NX10真是奇怪就是没有封装选项这个选项
找了好久也没出来






最后的解决方法是：
点右上角的重置按钮才显示出来，累]]></description>
      <category>UG NX运动仿真</category>
      <author>国清妍</author>
      <pubDate>Mon, 27 Aug 2018 08:29:05 +0000</pubDate>
    </item>
    <item>
      <title>哪位老师教一教我用step函数做搬运物件运动仿真</title>
      <link>https://www.dmsnx.com/thread-6861-1-1.html</link>
      <description><![CDATA[如图片中拖动物件的运动仿真
我大概知道是用step函数做，但不明白怎么实现






step(x，0，0，2，10)+step(x，4，0，5，20)
在0时，物体不动，在0-2期间，

物体从0移动+10，2-4期间物体不动，
在4-5时，物体从10移动+20


 ...]]></description>
      <category>UG NX运动仿真</category>
      <author>蒲子萱</author>
      <pubDate>Mon, 27 Aug 2018 03:46:08 +0000</pubDate>
    </item>
    <item>
      <title>运动仿真step函数参数说明</title>
      <link>https://www.dmsnx.com/thread-6860-1-1.html</link>
      <description><![CDATA[STEP函数格式：STEP(x,x0,h0,x1,h1)

参数说明：

x   自变量，可以是time或time的任一函数


x0  自变量的STEP的函数开始值，可以是常数或函数表达式或设计变量
x1  自变量的STEP的函数结束值，可以是常数或函数表达式或设计变量


h0  STEP函数的初始值，可以是常数、 ...]]></description>
      <category>UG NX运动仿真</category>
      <author>郏妮子</author>
      <pubDate>Mon, 27 Aug 2018 02:48:42 +0000</pubDate>
    </item>
    <item>
      <title>啮合连杆这个功能在什么情况下用</title>
      <link>https://www.dmsnx.com/thread-6848-1-1.html</link>
      <description><![CDATA[两个连杆需要共点，花线、同心时就会使用到啮合连杆功能
两个连杆可以分离比较远也可以装配重叠在一起

启动啮合连杆命令后两个连杆在运动仿真时就会一起运动]]></description>
      <category>UG NX运动仿真</category>
      <author>姜洋然</author>
      <pubDate>Sat, 25 Aug 2018 08:25:50 +0000</pubDate>
    </item>
    <item>
      <title>NX运动仿真操作步骤大约分为五大部分</title>
      <link>https://www.dmsnx.com/thread-6817-1-1.html</link>
      <description><![CDATA[1.建立模型

2.连杆运动分析
  分析：连杆运动之间的关系，怎么运动应该使用哪种运动副

3.给参与运转部件添加为连杆

4.添加运动副与驱动力

5.解算方案与动画输出

最常用的运动副是：滑动副与旋转副


 ...]]></description>
      <category>UG NX运动仿真</category>
      <author>习秋英</author>
      <pubDate>Wed, 22 Aug 2018 13:38:02 +0000</pubDate>
    </item>
    <item>
      <title>运动副特征图标哪小在哪里控制</title>
      <link>https://www.dmsnx.com/thread-6816-1-1.html</link>
      <description><![CDATA[在运动副界面，设置，显示比例 数据控制
运动副显示图标大小]]></description>
      <category>UG NX运动仿真</category>
      <author>蒋芳泽</author>
      <pubDate>Wed, 22 Aug 2018 13:28:46 +0000</pubDate>
    </item>
    <item>
      <title>进入运动仿真环境命令是灰色的怎么办</title>
      <link>https://www.dmsnx.com/thread-6815-1-1.html</link>
      <description><![CDATA[启动UG进入运动仿真后发现命令全是灰色的应该怎么处理





解决方法：
运动导航器部件上右键：新建传真
建立后所有命令就会高亮可用]]></description>
      <category>UG NX运动仿真</category>
      <author>翁雅琴</author>
      <pubDate>Wed, 22 Aug 2018 13:19:33 +0000</pubDate>
    </item>
    <item>
      <title>运动仿真怎么计算得到行位的标准整数行程</title>
      <link>https://www.dmsnx.com/thread-6808-1-1.html</link>
      <description><![CDATA[运动仿真会得到精确数据，运动仿真希望得到整数的行程




运动仿真整数行程操作视频下载[/backcolor]
**** 本内容被作者隐藏 ****]]></description>
      <category>UG NX运动仿真</category>
      <author>计可</author>
      <pubDate>Wed, 22 Aug 2018 08:36:54 +0000</pubDate>
    </item>
    <item>
      <title>UG10.0标量扭矩与矢量扭矩运动仿真动画讲解视频下载</title>
      <link>https://www.dmsnx.com/thread-6488-1-1.html</link>
      <description><![CDATA[视频下载：
**** 本内容被作者隐藏 ****]]></description>
      <category>UG NX运动仿真</category>
      <author>多墨网辅导员</author>
      <pubDate>Thu, 02 Aug 2018 03:08:48 +0000</pubDate>
    </item>
    <item>
      <title>标量扭矩解释：</title>
      <link>https://www.dmsnx.com/thread-6476-1-1.html</link>
      <description><![CDATA[标量扭矩可以使连杆做旋转运动
也可以限制或者延缓连杆运动的反作用力
定义扭矩的主要参数是扭矩的大小与旋转轴

单位：N-MM]]></description>
      <category>UG NX运动仿真</category>
      <author>后雯丽</author>
      <pubDate>Wed, 01 Aug 2018 08:38:41 +0000</pubDate>
    </item>
    <item>
      <title>矢量力参数设置</title>
      <link>https://www.dmsnx.com/thread-6450-1-1.html</link>
      <description><![CDATA[矢量力定制矢量方向与连杆方向同向
幅值用表达式值给定 N 力

解算后连杆做运动仿真动画]]></description>
      <category>UG NX运动仿真</category>
      <author>云三春</author>
      <pubDate>Fri, 27 Jul 2018 02:57:51 +0000</pubDate>
    </item>
    <item>
      <title>标量力怎么理解</title>
      <link>https://www.dmsnx.com/thread-6449-1-1.html</link>
      <description><![CDATA[标量力由一个连杆或两个连杆的组成
定义两个原点作为力的方向
设置幅值 N 做为驱动力]]></description>
      <category>UG NX运动仿真</category>
      <author>伏丽雅</author>
      <pubDate>Fri, 27 Jul 2018 02:27:03 +0000</pubDate>
    </item>
    <item>
      <title>UG运动仿真衬套操作视频</title>
      <link>https://www.dmsnx.com/thread-6180-1-1.html</link>
      <description><![CDATA[使用衬套可以模拟出各种振动仿真





UGNX运动仿真衬套动画视频下载：
[/backcolor]
**** 本内容被作者隐藏 ****]]></description>
      <category>UG NX运动仿真</category>
      <author>班璧</author>
      <pubDate>Tue, 19 Jun 2018 03:40:39 +0000</pubDate>
    </item>
    <item>
      <title>运动仿真中的阻尼器怎么理解</title>
      <link>https://www.dmsnx.com/thread-6179-1-1.html</link>
      <description><![CDATA[阻尼器中有：连杆、滑动副、旋转运动副
现实动动中会存在摩擦的现象
滑动、旋转中用阻尼器给定参数，相当给予了摩擦系数]]></description>
      <category>UG NX运动仿真</category>
      <author>闽泰</author>
      <pubDate>Tue, 19 Jun 2018 03:01:07 +0000</pubDate>
    </item>
  </channel>
</rss>