======Метод GlgSolveLib.FirstPolygonEntirelyOutsideSecondPolygonFast(IList, IList, ISolveCancellator, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.glg|Topomatic.Glg]] * **Сборка:** Topomatic.Glg (в Topomatic.Glg.dll) =====Синтаксис===== public static CompleteResult FirstPolygonEntirelyOutsideSecondPolygonFast(IList A, IList B, ISolveCancellator cancellator, out bool res) **Параметры** * //A// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //B// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //cancellator// * Тип: [[developers:references:topomatic.glg.isolvecancellator|Topomatic.Glg.ISolveCancellator]] * //res// * Тип: [[developers:references:system.boolean|System.Boolean]] **Возвращаемое значение** * Тип: [[developers:references:topomatic.glg.completeresult|Topomatic.Glg.CompleteResult]]