Пример #1
0
        /*******************************************/

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