MC-Basic:cam.CAMTYPE

From SoftMC-Wiki
Revision as of 08:26, 28 August 2014 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <''cam''>.Type = ''<cam type>''<br> ?<''cam''>.Type |AVAILABILITY= All versions |DESCRIPTION= Defines the type of cam interpolation. Valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Defines the type of cam interpolation. Values are:

  • 0 - linear interpolation
  • 1 - 5 degrees polynomial interpolation

Syntax

<cam>.Type = <cam type>

?<cam>.Type

Availability

All versions

Type

Long

Range

0,1

Default

0

Scope

Configuration, Task or Terminal

Limitations

Should be set before call of CREATECAMDATA.

Examples

Cam1.Type = 0

See Also