Difference between revisions of "MC-Basic:element.BLENDINGSTARTCONDITION"
(new page) |
|||
Line 1: | Line 1: | ||
− | {{Languages|MC-Basic:element.BLENDINGSTARTCONDITION}} | + | {{Languages|MC-Basic:element.BLENDINGSTARTCONDITION}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 16: | Line 16: | ||
1 – blend the third motion with the first if the second is finished before the first. | 1 – blend the third motion with the first if the second is finished before the first. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Latest revision as of 11:13, 26 May 2020
Language: | English • 中文(简体) |
---|
Defines if the third motion in a blending sequence is blended with the first motion in the case that the second motion is finished before the first one.
0 – do not blend third motion with the first
1 – blend the third motion with the first if the second is finished before the first.
Syntax
?<element>.BlendingStartCondition
<element>.BlendingStartCondition = <value>
Availability
Since Version 4.5.1
Type
Long
Range
0 / 1
Default
0
Scope
Task or Terminal
Limitations
Mixed profiler types are not valid , Modal/Nodal
Examples
Axis
A1.BlendingStartCondition = 1
Group
G1.BlendingStartCondition = 1