======Метод DynamicCachedBuilder.FindTriangle(Node, IList, IList)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation.triangulation|Topomatic.Cad.Foundation.Triangulation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public int FindTriangle(Node vertex, IList nodes, IList triangles) **Параметры** * //vertex// * Тип: [[developers:references:topomatic.cad.foundation.triangulation.node|Topomatic.Cad.Foundation.Triangulation.Node]] * //nodes// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.triangulation.node|Topomatic.Cad.Foundation.Triangulation.Node]]> * //triangles// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.triangulation.triangle|Topomatic.Cad.Foundation.Triangulation.Triangle]]> **Возвращаемое значение** * Тип: [[developers:references:system.int32|System.Int32]]