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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:group.ANGLE to MC-Basic:group.ANGLE: Global renaming of Axystems: namespace into (Main):)
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:CIRCLE|CIRCLE]]
 
* [[MC-Basic:CIRCLE|CIRCLE]]
* [[Axystems:MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
+
* [[MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
  
  
 
}}
 
}}

Revision as of 08:50, 22 May 2014

This property is used to specify the angle through which a group must move in response to a CIRCLE command. This property has no default value. You must specify its value each time a CIRCLE command is issued.

Syntax

Circle <group>.Angle =<angle> CircleCenter = <circle center vector>

Availability

All versions

Type

Double

Range

± MaxDouble

Units

Degrees

Scope

Task or Terminal

Limitations

Write only

Examples

Circle G1 Angle = -90 CircleCenter = {-100, -100}

See Also