MC-Basic:group.CIRCLETYPE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <GROUP>.ctype |AVAILABILITY= All Versions |DESCRIPTION= Returns the current or interrupted circle type. The system supports two different opt…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the current or interrupted circle type. The system supports two different options of defining a circular path. One using circle center and the arc angle (old SSMC) and the other using three circle points.
       0 = angle + center
       1 = point  + center
       -1 = the motion is not circle

Data Type           Long

Syntax

<GROUP>.ctype

Availability

All Versions

Range

-1¸1

Units

Non-Volatile        No

Default

0

Scope

Config, task, Terminal

Write Access       Read Only, Modal Only

Limitations

Valid for groups only.

Examples

?g1.ctype

See Also