MC-Basic:element.CP

From SoftMC-Wiki
Revision as of 10:18, 26 June 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: [[::MC-Basic:element.CP|English]]  • [[::MC-Basic:element.CP/zh-hans|中文(简体)‎]]

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