Difference between revisions of "MC-Basic:group.CIRCLETYPE"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
(2 intermediate revisions by 2 users not shown)
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[MC-Basic:group.CIRCLEPLANE|group.CIRCLEPLANE]]
 
* [[MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
 
* [[MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
 
* [[MC-Basic:group.ANGLE|group.ANGLE]]
 
* [[MC-Basic:group.ANGLE|group.ANGLE]]
 
* [[MC-Basic:group.CIRCLEPOINT|group.CIRCLEPOINT]]
 
* [[MC-Basic:group.CIRCLEPOINT|group.CIRCLEPOINT]]
* [[MC-Basic:group.DEST|group.DEST]]
+
* [[MC-Basic:element.DEST|DEST]]
  
  
 
}}
 
}}

Latest revision as of 10:31, 13 September 2017

Returns the current or interrupted circle type. The system supports two methods of defining a circular path. One uses the circle center and the arc angle, and the other uses 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

Default

0

Scope

Config, Task, Terminal

Limitations

  • Valid for groups only
  • Read only
  • Modal only

Examples

?g1.ctype

See Also