MC-Basic:group.CIRCLEPLANE

From SoftMC-Wiki
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