示例#1
0
        /*******************************************/

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