Difference between revisions of "MC-Basic:element.BLENDINGPERCENTAGE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages|MC-Basic:element.BLENDINPERCENTAGE}} {{MC-Basic |SHORT FORM= |SYNTAX= ?<''element''>.BlendingPercentage<br> <''element''>. BlendingPercentage  = <''value''>...")
 
(No difference)

Revision as of 09:40, 7 August 2019

Language: English

Percentage of the movement’s length that will be not blended with the next movement. Works with BLENDINGMETHOD = 2 only (SP Blending)!

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) .

Syntax

?<element>.BlendingPercentage

<element>. BlendingPercentage  = <value>

Availability

Since Version 3.6.20

Type

Double

Range

0 to 100

Units

Percents of the segments length

Default

100 (no blending)

Scope

Task or Terminal

Limitations

Mixed profiler types are not valid , Modal/Nodal

Examples

Axis
A1.BlendingPercentage = 10
?A1.BlendingPercentage

Group
G1.BlendingPercentage = 10
?G1.BlendingPercentage

See Also