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

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