Esempio n. 1
0
        /******************************************/
        /****         Private methods          ****/
        /******************************************/

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