Difference between revisions of "MC-Basic:cam.CAMTYPE"

From SoftMC-Wiki
Jump to: navigation, search
(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...")
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:cam.CAMTYPE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 14: Line 15:
 
Defines the type of cam interpolation. Values are: <br>
 
Defines the type of cam interpolation. Values are: <br>
 
* 0 - linear interpolation
 
* 0 - linear interpolation
* 1 - 5 degrees polynomial interpolation
+
* 1 - polynomial interpolation (5 degrees)
 
|TYPE=
 
|TYPE=
 
Long
 
Long

Latest revision as of 07:36, 25 April 2017

Language: English  • 中文(简体)‎

Defines the type of cam interpolation. Values are:

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

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