Esempio n. 1
0
        /*******************************************/

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