Example #1
0
        void SetBool(UnsafeNativeMethods.ArgsGetCircleBoolConsts which, bool value)
        {
            IntPtr ptr_this = NonConstPointer();

            UnsafeNativeMethods.CArgsRhinoGetCircle_SetBool(ptr_this, which, value);
        }
Example #2
0
        bool GetBool(UnsafeNativeMethods.ArgsGetCircleBoolConsts which)
        {
            IntPtr const_ptr_this = ConstPointer();

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