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

From SoftMC-Wiki
Jump to: navigation, search
Line 18: Line 18:
 
0% – no blending at all<br>
 
0% – no blending at all<br>
  
100% – maximum amount of blending for the specified blending pair.
+
100% – maximum amount of blending for the specified blending pair and specified blending method.
  
 
works for both [[MC-Basic:element.BLENDINGMETHOD|BLENDINGMETHOD]] - 1(CP) and 2(SP).
 
works for both [[MC-Basic:element.BLENDINGMETHOD|BLENDINGMETHOD]] - 1(CP) and 2(SP).
  
If [[MC-Basic:element.BLENDINGFACTOR|BLENDINGFACTOR]] or [[MC-Basic:element.CP|CP]] are also specified (non-default values), they will be ignored.
+
 
 +
{{Note/Important| If [[MC-Basic:element.BLENDINGFACTOR|BLENDINGFACTOR]] or [[MC-Basic:element.CP|CP]] are also specified (non-default values), they will be ignored.}}
 +
 
 +
{{Note/Important| In case of CP blending ?'"`UNIQ--nowiki-00000001-QINU`"'? value of CP must be non-zero in order for BlendingPercentage to take action, however the given CP value will be ignored. }}
  
 
|TYPE=
 
|TYPE=

Revision as of 15:16, 7 August 2019

Language: English

Overrides values of BLENDINGFACTOR and CP nodaly.

0% – no blending at all

100% – maximum amount of blending for the specified blending pair and specified blending method.

works for both BLENDINGMETHOD - 1(CP) and 2(SP).


IMPORTANT.svgIMPORTANT
If BLENDINGFACTOR or CP are also specified (non-default values), they will be ignored.
IMPORTANT.svgIMPORTANT
In case of CP blending ?'"`UNIQ--nowiki-00000001-QINU`"'? value of CP must be non-zero in order for BlendingPercentage to take action, however the given CP value will be ignored.

Syntax

<element>. BlendingPercentage  = <value>

Availability

Since Version 0.4.18.1

Type

Double

Range

0 to 100

Units

Percents

Default

0 (no blending)

Scope

Task or Terminal

Limitations

Nodal-Only property

Examples

MOVE SCARA P1 BlendingPercentage = 100

See Also