I am trying to builld a grasshopper player script to ‘lay down’ a 3D model and convert to 2D curves for laser cutting. For example, this model of a small cupboard:
Using Grasshopper player, I want to be able to select the face of the individual polysurfaces to be laid down. Unfortunately, this does not seem to work with GH player; the selected geometry is converted to some kind of ‘bounding’ rectangle/plane, not the original face:
please upload the GH file with with the internalized geometries which is producing that particular problem
to answer your initial question
as far as I know, in GH you can’t directly reference surfaces which are part of a polysurface: you need to reference the whole Polysurface, and filter out the Surface you want to work with
in alternative, you can explode a polysurface (in Rhino) and at that point you will have access to its single Surfaces
because the nest_geo component takes closed polylines, the intermediate step to do to use those sort of nurbs curve edges was to transform them into polylines first (the definition was initially written to work with “squared-ish shapes”, so it was not necessary)