@pythonuser wrote:
Hi,
I already have points, I try to create surface by rs.AddSrfPtGrid(), Where I do wrong?import rhinoscriptsyntax as rs pois= rs.GetObjects("sel points") v = len(pois) count = [v,v] points = [rs.coerce3dpoint(p) for p in pois] rs.AddSrfPtGrid(count, points)
Posts: 3
Participants: 2