For manipulating breps (e.g., scaling) which is more efficient in performance (memory consumption/processing time), diplayed objects or non-displayed objects?
A diplayed object:
ID=rs.AddSrfPtGrid()
brep = rs.coercebrep(ID)
A non-displayed object:
nurbs=Rhino.Geometry.NurbsSurface.CreateThroughPoints()
brep = Rhino.Geometry.Brep.CreateFromSurface(nurbs)
Although this question might be off the mark due to my poor understanding of Rhinoceros, I want to know the answer.
Thanks in Advance