'List' Command

Hi,

Im currently looking to find the knot vector equations and locations of the command points and such for a Rhino surface, and I believe that the best way to do this would be the ‘list’ command. Does anyone know the standard format for this command or a manual that will tell me the basic format/output of this code? I’m looking to find a more efficient way to find out certain information about a surface or body, but I can’t because the ‘list’ command just gives me a bunch of stuff that I’m unsure what it means. Anything would help, even a huge manual about every built in command in Rhino, I just cant seem to find anything.

Thanks in advance!

Hello - I’d think you’ll want to get at this via a script & RhinoCommon (https://developer.rhino3d.com/api/RhinoCommon/html/N_Rhino.htm)

You can get a lot of the info you want, I think, pretty easily:

-Pascal

Moved to Scripting category