Ejemplo n.º 1
0
        void SetBool(UnsafeNativeMethods.GetConeBoolConsts which, bool value)
        {
            IntPtr ptr_this = NonConstPointer();

            UnsafeNativeMethods.CArgsRhinoGetCone_SetBool(ptr_this, which, value);
        }
Ejemplo n.º 2
0
        bool GetBool(UnsafeNativeMethods.GetConeBoolConsts which)
        {
            IntPtr const_ptr_this = ConstPointer();

            return(UnsafeNativeMethods.CArgsRhinoGetCone_GetBool(const_ptr_this, which));
        }