MC-Basic:group.ANGLE

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Circle ''<GROUP>.''Angle =''<angle>'' CircleCenter = ''<circle center vector>'' |AVAILABILITY= All versions |DESCRIPTION= This property is us…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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