Difference between revisions of "MC-Basic:element.BLENDINGFACTORPREVIOUS"
(AXY: new links) |
|||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:element.BLENDINGFACTORPREVIOUS}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 51: | Line 51: | ||
* [[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|group.CPPrev]] |
}} | }} |
Latest revision as of 13:34, 13 September 2017
Language: | English • 中文(简体) |
---|
The BF of the previous motion meant to be applied between the previous motion and the current one. If no such overwriting is desired BFPrev must be set to -1.
Percentage of the movement length that will be not blended with the next movement.
0% – blending of second movement started from the beginning of the first one.
100% – blending of second movement started from the end of the first one (no blending).
Short form
BFPrev
Syntax
?<element>.BlendingFactorPrevious
<element>.BlendingFactorPrevious = <value>
Type
Double
Range
-1 to 100
Units
Percents of the segments length
Default
-1 (not active)
Scope
Task or Terminal
Limitations
Mixed profiler types are not valid , Modal/Nodal
Examples
Axis
A1.BlendingFactorPrevious= 10
?A1.BlendingFactorPrevious
Group
G1.BlendingFactorPrevious= 10
?G1.BlendingFactorPrevious