======Метод DescentMatingAssistant.Execute(PlanLine, CompoundLine, CompoundLine, Vector2D, Vector2D, Vector2D, Double, Double, Double, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.alg.road.runtime.tools|Topomatic.Alg.Road.Runtime.Tools]] * **Сборка:** Topomatic.Alg.Road.Runtime (в Topomatic.Alg.Road.Runtime.dll) =====Синтаксис===== public static bool Execute(PlanLine descent, CompoundLine mainLine, CompoundLine secondLine, Vector2D crossPosition, Vector2D mainPosition, Vector2D secondPosition, double radius, double l1, double l2, bool useTruncatedCloth) **Параметры** * //descent// * Тип: [[developers:references:topomatic.alg.plan.planline|Topomatic.Alg.Plan.PlanLine]] * //mainLine// * Тип: [[developers:references:topomatic.cad.foundation.compoundline|Topomatic.Cad.Foundation.CompoundLine]] * //secondLine// * Тип: [[developers:references:topomatic.cad.foundation.compoundline|Topomatic.Cad.Foundation.CompoundLine]] * //crossPosition// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //mainPosition// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //secondPosition// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //radius// * Тип: System.Double * //l1// * Тип: System.Double * //l2// * Тип: System.Double * //useTruncatedCloth// * Тип: System.Boolean **Возвращаемое значение** * Тип: System.Boolean