Python Script
Note
Python API Reference 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)
Sample Scripts
See this section to learn about sample scripts.