MC-Basic:element.CP

From SoftMC-Wiki
Jump to: navigation, search
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