======Метод AlignLibrary.ScanCrossSingleLine(List, IEnumerable, IEnumerable, CompoundLine, Double, Boolean, Double)====== * **Пространство имен:** [[developers:references:topomatic.alg.runtime.tools|Topomatic.Alg.Runtime.Tools]] * **Сборка:** Topomatic.Alg.Runtime (в Topomatic.Alg.Runtime.dll) =====Синтаксис===== public static CrsLine ScanCrossSingleLine(List line, IEnumerable egSurfaces, IEnumerable projectSurfaces, CompoundLine planLine, double deltax, bool filterCrossPoint, double filterCrossPointFactor) **Параметры** * //line// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //egSurfaces// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.sfc.surface|Topomatic.Sfc.Surface]]> * //projectSurfaces// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.sfc.surface|Topomatic.Sfc.Surface]]> * //planLine// * Тип: [[developers:references:topomatic.alg.compoundline|Topomatic.Alg.CompoundLine]] * //deltax// * Тип: [[developers:references:system.double|System.Double]] * //filterCrossPoint// * Тип: [[developers:references:system.boolean|System.Boolean]] * //filterCrossPointFactor// * Тип: [[developers:references:system.double|System.Double]] **Возвращаемое значение** * Тип: [[developers:references:topomatic.crs.crsline|Topomatic.Crs.CrsLine]]