"Paolo,
PanelingTools is not properly exported to Python yet. There is a plan to do that in the coming few months. For now, you can only script with RhinoScript."
The following doesn't work for me: import rhinoscriptsyntax as rspt=rs.GetPlugInObject("PanelingTools")guid = rs.GetObject("Get Surface", rs.filter.surface, True)print pt.About()out=pt.RandomPaneling(guid,30,True) Does anybody have the same problem?? Cheers Paolo I can see the output of the About() method but I get an error when I try to call other methods and I have to input the string which identifies the geometry (guid).See More