algorithmic modeling for Rhino
Hi all,
I'm trying to build a hemisphere and then mesh it with predefined parameter using GH Python. However the Geometry.Mesh.CreateFromBrep() function I'm using requires Brep while the hemisphere I built is Guid.
Is there a way to work around this? Your inputs would be very helpful.
I'm a beginner so please forgive me if the question sounds stupid...
Thanks,
V
Tags:
sphere=rc.Geometry.Sphere(...)
You'd better not use AddSphere(...)
Hi Panda,
Thanks for the info!
I just found out that you can also use rs.coercebrep() to generate a brep using given guid..
Related to your answer, is there a particular reason why I shouldn't use the AddSphere()?
Becouse AddSphere(...) will first add a sphere into rhino document,and return a guid,coercebrep(...) will find BrepObject by the guid,I thought it more complicate!
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by