print operation

Syntax

print(value)

Parameters

Description

Prints the passed variable to the console.

Related

Examples

Printing some stuff


3 ways to set color

Lot-->
  extrude(16)
  split(y) { 2 : r(scopeCenter, 0, rand(90), 0)
                 print("idx: " + split.index + 
                       ", tx = " + scope.tx + 
                       " ry = " + scope.ry)
                 X. }*
The rule above prints some information about the split nodes, see the screenshot on the left.

Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.