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

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