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

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
m
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.CP}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 36: Line 36:
 
?''A1''.CP <br>  
 
?''A1''.CP <br>  
  
'''Group'''
+
'''Group''' <br>
 
''G1''.CP = 10 <br>  
 
''G1''.CP = 10 <br>  
 
?''G1''.CP
 
?''G1''.CP

Latest revision as of 10:18, 26 June 2017

Language: English  • 中文(简体)‎

Activates the continuous path mode (for blending) and sets the blend radius value.

Syntax

?<element>.CP
<element>.CP = <value>

Availability

All versions

Type

Double

Range

0 to Max Double

Units

User axis position units

Default

0

Scope

Task or Terminal

Limitations

The combination of CP <> 0 and VELOCITYFINAL <> 0 is not allowed.
Mixed profiler types are not valid. Modal/Nodal.

Examples

Axis
A1.CP = 10
?A1.CP

Group
G1.CP = 10
?G1.CP

See Also