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

From SoftMC-Wiki
Jump to: navigation, search
 
Line 26: Line 26:
  
 
|DEFAULT=
 
|DEFAULT=
 
+
0
  
 
|SCOPE=
 
|SCOPE=
Line 32: Line 32:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write only
+
 
  
 
|EXAMPLE=
 
|EXAMPLE=

Latest revision as of 11:47, 14 July 2014

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