======Метод Line2D.TrySectLines(Line2D, Line2D, Vector2D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static bool TrySectLines(ref Line2D l1, ref Line2D l2, out Vector2D point) **Параметры** * //l1// * Тип: [[developers:references:topomatic.cad.foundation.line2d|Topomatic.Cad.Foundation.Line2D]] * //l2// * Тип: [[developers:references:topomatic.cad.foundation.line2d|Topomatic.Cad.Foundation.Line2D]] * //point// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]