Difference between revisions of "AXY:MC-Basic:axis.BLENDINGSTARTCONDITION"
m (1 revision) |
m (Itay moved page MC-Basic:axis.BLENDINGSTARTCONDITION to AXY:MC-Basic:axis.BLENDINGSTARTCONDITION) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.BLENDINGSTARTCONDITION}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | ?< | + | ?<''axis''>.BlendingStartCondition<br> |
− | < | + | <''axis''>. BlendingStartCondition = <''value''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.5.1 | |
− | |||
|DESCRIPTION= | |DESCRIPTION= | ||
− | + | Defines if the thrd motion in a blending sequece is blended with the first if he second is finished before the first.<br> | |
0 – do not blend thrid motion with the first<br> | 0 – do not blend thrid motion with the first<br> | ||
− | |||
1 – blend the third motion with the first if the second is finished befreo the first. | 1 – blend the third motion with the first if the second is finished befreo the first. | ||
+ | Previously used in form of user functions: | ||
+ | <pre> | ||
+ | int MOT_SET_3SKIPP(int x, int y, int z) | ||
+ | int MOT_GET_3SKIPP(int x, int y, int z) | ||
+ | </pre> | ||
Line 41: | Line 45: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.BLENDINGMETHOD|axis.BLENDINGMETHOD]] |
− | * [[ | + | * [[MC-Basic:axis.CP|axis.CP]] |
}} | }} | ||
+ | --> |