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
Can someone please guide me with this? how to create surfaces from points in general using rhino python
4 posts - 2 participants