Hi there,
Does anyone know how I can change the ground plane through Rhinocommon, according to the documentation RhinoDoc.ActiveDoc.GroundPlane
is deprecated, but I have not found the new way to do it.
Thanks in advance
Will
Hi there,
Does anyone know how I can change the ground plane through Rhinocommon, according to the documentation RhinoDoc.ActiveDoc.GroundPlane
is deprecated, but I have not found the new way to do it.
Thanks in advance
Will
Could it be this one
https://developer.rhino3d.com/api/rhinocommon/rhino.render.rendersettings/groundplane
Thank you @menno that’s it!
Regards
Will
I found it by browsing and searching the API docs at https://developer.rhino3d.com/api/rhinocommon/
Thanks, I bookmarked it