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

Create Surface from Points in Rhino Python, Message: expected IEnumerable[Point3d], got list

$
0
0

I am trying to create a surface in rhino from points (x,y,z) usually from 3 or 4 for a surface from a citygml file. After a lot of research I found AddPlanarSrf() method does this job from curves, but not all the surfaces of buildings in citygml are planar. some of the curves created from these points are non planar, So I got some null surfaces. I researched for another method to do the same task. But this time, I used AddSrfControlPtGrid() but it gives me errors like
image

Can someone please guide me with this? how to create surfaces from points in general using rhino python

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4120

Trending Articles