======Метод VolumeOperation.CutFillArea(IList, IList, Double, Double)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public void CutFillArea(IList earthLine, IList redLine, out double fill, out double cut) **Параметры** * //earthLine// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //redLine// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //fill// * Тип: [[developers:references:system.double|System.Double]] * //cut// * Тип: [[developers:references:system.double|System.Double]]