MC-Basic:group.CIRCLEPOINT

From SoftMC-Wiki
Revision as of 11:45, 14 July 2014 by Miborich (talk | contribs)
Jump to: navigation, search

Sets a point of the circle arc executed by CIRCLE command. If this is given, the angle and circlecenter are not required, but the TargetPoint is.

Data Type           point (location or joint)

Syntax

<group>.CirclePoint

Availability

All versions

Units

location-units

Non-Volatile        No

Scope

Task, Terminal

Write Access       Write – Nodal Only

Limitations

Can only be given in the CIRCLE command

Examples

CIRCLE g1 CirclePoint = #{10,20} TargetPoint = #{100,200}

See Also