public bool SetFromLight(Light light)
 {
   IntPtr pThis = NonConstPointer();
   IntPtr pConstLight = light.ConstPointer();
   return UnsafeNativeMethods.CRhinoGumball_SetFromLight(pThis, pConstLight);
 }