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

        private static bool IsPlanar(this IElement0D element0D, bool externalOnly = false, double tolerance = Tolerance.Distance)
        {
            return(element0D.IsPlanar(tolerance));
        }