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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "+/- " to "± ")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<GROUP>.''Ctr
+
''<''group''>.''Ctr
  
 
|SYNTAX=
 
|SYNTAX=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only
+
Write only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CIRCLE|CIRCLE]]
+
* [[MC-Basic:CIRCLE|CIRCLE]]
* [[Axystems:MC-Basic:group.ANGLE|group.ANGLE]]
+
* [[MC-Basic:group.ANGLE|group.ANGLE]]
* [[Axystems:MC-Basic:group.DOUBLEMODE|group.DOUBLEMODE]]
+
 
  
  
 
}}
 
}}

Latest revision as of 11:44, 14 July 2014

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