Difference between revisions of "MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans"
(AXY: new links) |
|||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:element.BLENDINGFACTORPREVIOUS}} |
== 缩写 == | == 缩写 == | ||
BFPrev | BFPrev | ||
Line 49: | Line 49: | ||
* [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]] | * [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]] | ||
* [[MC-Basic:element.CP|element.CP]] | * [[MC-Basic:element.CP|element.CP]] | ||
− | * [[ | + | * [[MC-Basic:element.CPPREV|CPPrev]] |
Latest revision as of 13:34, 13 September 2017
语言: | English • 中文(简体) |
---|
缩写
BFPrev
格式
?<element>.BlendingFactorPrevious
<element>.BlendingFactorPrevious = <value>
适用版本
描述
前一运动的的BF是指之前的运动和现在的运动之间是适用的。
该运动到路径的百分比将与下一个运动可以不混合。
0% – 第二个运动的混合在第一运动开始时开始。
100% – 第二运动的混合在第一运动结束时开始(无混合)。
类型
Double
取值范围
-1 to 100
单位
Percents of the segments length
默认
-1 (not active)
使用范围
Task or Terminal
限制
混合的轨迹类型无效,Modal / Nodal
例子
Axis
A1.BlendingFactorPrevious= 10
?A1.BlendingFactorPrevious
Group
G1.BlendingFactorPrevious= 10
?G1.BlendingFactorPrevious