Difference between revisions of "MC-Basic:group.ANGLE"
m (Text replace - "Write-Only" to "Write only") |
|||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
| − | Circle ''< | + | Circle ''<''group''>.''Angle =''<angle>'' CircleCenter = ''<circle center vector>'' |
|AVAILABILITY= | |AVAILABILITY= | ||
| Line 29: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
Write only | Write only | ||
| + | |||
| + | Nodal only | ||
|EXAMPLE= | |EXAMPLE= | ||
| Line 34: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:CIRCLE|CIRCLE]] |
| − | * [[ | + | * [[MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]] |
| + | * [[MC-Basic:group.CIRCLEPLANE|group.CIRCLEPLANE]] | ||
}} | }} | ||
Latest revision as of 13:14, 12 November 2025
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
Nodal only
Examples
Circle G1 Angle = -90 CircleCenter = {-100, -100}