I am trying to do a custom subdivision of a surface with the vb.net component and then return a list of subsurfaces. I have referenced the VB.net sdk example: http://en.wiki.mcneel.com/default.aspx/McNeel/SdkPlaneSurface but am confused on the last part:
context.m_doc.AddSurfaceObject( ps ); context.m_doc.Redraw(); Any help in returning a list of surfaces through the grasshopper component would be awesome or is this even possible?
