Difference between revisions of "MC-Basic:element.BLENDPROTECTED/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
Line 18: Line 18:
  
  
{{Note|'''Has a higher priority than the BlendingFactor.'''<br>If two motions of the same length that are blended together have <nowiki>Bfactor = 50</nowiki> and '''the second''' motion has <nowiki>Bprotected = 60</nowiki> the superposition of the two motions will start at 60% of the path of the first move. ''The last 40% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately.''}}
+
{{Note|'''比BlendingFactor具有更高的优先级'''<br>如果混合在一起的两个相同长度的运动具有<nowiki>Bfactor = 50</nowiki>并且'''第二个'''运动具有<nowiki>Bprotected = 60</nowiki>,则两个运动的叠加将从第一个运动路径的60%开始。 ''第一个运动的最后40%的路径和第二个运动的前%40路径会叠加,这表示第二个运动的后60%的路径将分开进行。''}}
  
 
{{Note|Setting any value > 0 means that the next movement will not be blended even though the BlendingFactor is defined, because the next movement will not have anything to be blended to.}}
 
{{Note|Setting any value > 0 means that the next movement will not be blended even though the BlendingFactor is defined, because the next movement will not have anything to be blended to.}}

Revision as of 10:05, 7 September 2017

语言: [[::MC-Basic:element.BLENDPROTECTED|English]]  • [[::MC-Basic:element.BLENDPROTECTED/zh-hans|中文(简体)‎]]

缩写

None

格式

?<element>.BlendProtected

适用版本

4.5.x及以上

描述

设置运动中受保护部分保证不会混合。

将要执行的当前运动路径(从最终测量)的百分比与上一个或下一个运动完全分离。

定义运动端的最小数量为混合,这意味着根据混合条件,运动中未混合部分可以比BlendProtected中给定的给定百分比更长,但不要缩短。


NOTE-Info.svgNOTE
比BlendingFactor具有更高的优先级
如果混合在一起的两个相同长度的运动具有Bfactor = 50并且第二个运动具有Bprotected = 60,则两个运动的叠加将从第一个运动路径的60%开始。 第一个运动的最后40%的路径和第二个运动的前%40路径会叠加,这表示第二个运动的后60%的路径将分开进行。
NOTE-Info.svgNOTE
Setting any value > 0 means that the next movement will not be blended even though the BlendingFactor is defined, because the next movement will not have anything to be blended to.
NOTE-Info.svgNOTE
Applicable only with BlendingMethod=2 (SP blending) and time-based profile active (prftype=2).
In cases of non-SP blending or Sine-Acceleration profile, its value will be silently ignored (no error reported).
NOTE-Info.svgNOTE
Accuracy of the path length depends on the velocity at the moment of blending. Error in the magnitude of should be expected!

类型

Double

取值范围

0-100

单位

path length percentage

默认

0

使用范围

Scope Configuration, Task or Terminal

限制

Nodal-only

例子

Axis
Move A1 10 BlendProtected=50

Group
Move G1 (10,10) BlendProtected=50

参考