Steve Baer

Results 82 issues of Steve Baer

When the Rhino.Inside resolver can't find the Rhino installation nothing is going to work. We should throw a descriptive exception when this happens.

http://v5.rhino3d.com/forum/topics/gumball-info-for-export I think the user wants to get the center and axis information if auto-gumball information is attached to an object.

wish

ModifyAttributes is not recognizing changes to userdata on object attributes. ``` C# Rhino.Input.Custom.GetObject go = new Rhino.Input.Custom.GetObject(); go.Get(); Rhino.DocObjects.ObjectAttributes atts = go.Object(0).Object().Attributes; atts.SetUserString("Jon", "Jon"); Guid id = go.Object(0).ObjectId; Rhino.RhinoDoc.ActiveDoc.Objects.ModifyAttributes(id, atts,...

Requested by Dmitriy Sonechko through email A good starting point would be to be able to replicate http://wiki.mcneel.com/developer/sdksamples/addcage in RhinoCommon

From Menno on plug-ins newsgroup If I run the code below, the returned value is null. I expected it to be an empty array. protected override Result RunCommand(RhinoDoc doc, RunMode...

bug

Hi Steve, I have posted one error related to the CreateSolid method on the GH page however it seems more the problem of RhinoCommon I guess. Just to be sure...

bug

Similar to being able to set a curve on a CustomCurveObject or a Mesh on a CustomMeshObject

## Wish through email to get tan/perp points on a curve based on a given point. Hello Steve, we have the command CurveClosestPoint() but is it possible to create a...

wish

Requested through personal email and on the python forum. Some sort of test for similarity type function http://python.rhino3d.com/threads/880-Select-duplicates-(wish)

http://python.rhino3d.com/threads/737-work-session-manager-layers