======Метод BentleyOttmanAlgorithmForSurface.Execute(List, List, Dictionary)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public void Execute(List nodes, List edges, Dictionary edgeInformation) **Параметры** * //nodes// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.triangulation.node|Topomatic.Cad.Foundation.Triangulation.Node]]> * //edges// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.triangulation.edge|Topomatic.Cad.Foundation.Triangulation.Edge]]> * //edgeInformation// * Тип: [[developers:references:system.collections.generic.dictionary_2|System.Collections.Generic.Dictionary]]<[[developers:references:topomatic.cad.foundation.triangulation.edge|Topomatic.Cad.Foundation.Triangulation.Edge]], [[developers:references:topomatic.cad.foundation.edgeinformation|Topomatic.Cad.Foundation.EdgeInformation]]>