Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5783

Abaut rs.AddSrfPtGrid()

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5783

Trending Articles