Difference between revisions of "AXY:MC-Basic:axis.BLENDINGSTARTCONDITION"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?<Axis>.BlendingStartCondition<br> <Axis>. BlendingStartCondition = ''<value>'' |AVAILABILITY= Versions AMCS 4.5.1 and higher |DESCRIPTION=…')
 
 
(10 intermediate revisions by 6 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<br>
  
<Axis>. BlendingStartCondition = ''<value>''
+
<''axis''>. BlendingStartCondition = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions AMCS 4.5.1 and higher
+
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>
+
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=
* [[Axystems:MC-Basic:axis.BLENDINGMETHOD|axis.BLENDINGMETHOD]]
+
* [[MC-Basic:axis.BLENDINGMETHOD|axis.BLENDINGMETHOD]]
* [[Axystems:MC-Basic:axis.CP|axis.CP]]
+
* [[MC-Basic:axis.CP|axis.CP]]
  
  
 
}}
 
}}
 +
-->

Latest revision as of 06:21, 14 August 2017