Gumball API Documentation

I’ve tried to create a custom gumball for my own objects, but I’ve often seen the "Missing <summary> documentation" in the RhinoCommon API. It creates some problems for understanding what’s going on and how to make what I want.
Can you provide some description of this functionality?

1 Like

Hi @SergeyK,

Sorry about the missing API comments. We’ll try to do better in the future.

Here is a sample of using a custom gumball - see if this helps.

https://github.com/mcneel/rhino-developer-samples/blob/6/rhinocommon/cs/SampleCsCommands/SampleCsGumballCylinder.cs

– Dale