Select all objects on a layer. SelLayerNumber Select objects by layer number. SelMaterialName Selects objects/sub-objects with the same render material name. SelName Select objects by name. SelRenderColor Select objects by their render color. ...
go.GetObjects(1,1);if( go.CommandResult() != CRhinoCommand::success )returngo.CommandResult();// Get the object referenceconstCRhinoObjRef& objref = go.Object(0);// Get the objectconstCRhinoObject* obj = objref.Object();if( !obj )returnCRhinoCommand::failure;// Make copy of object...
Hi RhinoBridges, these scripts run 'getters' in Rhino which requires manual intervention on the part of the user. You typically do not want that inside a Grasshopper file (just imagine being asked the same question over and over again while you drag a slider). I don't really understand wh...
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins // eslint-disable-next-line no-prototype-builtins return !Object('z').propertyIsEnumerable(0); return !Object('z').propertyIsEnumerable(0); }) ? function ...
I have different random object, Blue, Violet and Red and I want to select only the Blue objects intersecting the Red ones. I created a simple "Collision One/Many" to do it, but what I can't do is collect together one line with the crossing line, putting in the same branch. ...
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins // eslint-disable-next-line no-prototype-builtins return !Object('z').propertyIsEnumerable(0); return !Object('z').propertyIsEnumerable(0); }) ? function ...
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins // eslint-disable-next-line no-prototype-builtins return !Object('z').propertyIsEnumerable(0); return !Object('z').propertyIsEnumerable(0); }) ? function ...