MC-Basic:group.CIRCLEPLANE

From SoftMC-Wiki
Revision as of 11:47, 14 July 2014 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In case CIRCLE is defined by angle value and center point this property defined in which plane the circle interpolation will be done.
Values:

  • 0 (XY)
  • 1 (XZ)
  • 2 (YZ)

Syntax

<group>.CirclePlane = <integer>

Availability

All versions

Type

Double

Range

0,1,2

Units

none

Default

0

Scope

Task or Terminal

Examples

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

See Also