Exemplo n.º 1
0
        /*******************************************/

        public static bool CastToGoo(object value, ref GH_Boolean target)
        {
            return(GH_Convert.ToGHBoolean(value, GH_Conversion.Both, ref target));
        }