NOTE                Python API documentation is accessible here


Inputs are recovered in my_custom_plugin.py. Here is an example of a tessellation based on user inputs:


from pxz import *


def my_custom_plugin(parameter_1, parameter_2, parameter_3):

       print(‘Hello World’)

       allScene = [[scene.getRoot()]]

       algo.tessellate(allScene, parameter_1, parameter_2, parameter_3)


More sample scripts are available in the Sample Scripts Directory, accessible from the Scripting Editor panel, or from menu HELP > Open Sample Scripts Directory: