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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>.''Ctr |SYNTAX= Circle'' <group>'' Angle=''<angle>'' CircleCenter = ''<circle center vector>'' |AVAILABILITY= All versions |DESCRIPTION= This …')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

This property specifies the circle center when executing a CIRCLE command. This property has no default value. You must specify its value each time a CIRCLE command is issued.

Short form

<GROUP>.Ctr

Syntax

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

Availability

All versions

Type

Double

Range

+/- MaxDouble

Units

User position units, as specified by the POSITIONFACTOR properties of the axes in the group.

Scope

Task or Terminal

Limitations

Write-Only

Examples

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

See Also