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

Which is more efficient in performance for manipulating breps, diplayed objects or non-displayed objects?

$
0
0

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 :smiley:

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 5743

Trending Articles