======Конструктор CrsNode(CrsRay, CrsContainer, Int32, Int32)====== Создание узла на пересечении луча с контейнером (всеми конурами контейнера) * **Пространство имен:** [[developers:references:topomatic.crs.templates|Topomatic.Crs.Templates]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== public CrsNode(CrsRay ray, CrsContainer container, int index, int code) **Параметры** * //ray// * Тип: [[developers:references:topomatic.crs.templates.crsray|Topomatic.Crs.Templates.CrsRay]] * Луч * //container// * Тип: [[developers:references:topomatic.crs.templates.crscontainer|Topomatic.Crs.Templates.CrsContainer]] * Конструкция * //index// * Тип: [[developers:references:system.int32|System.Int32]] * Индекс пересечения * //code// * Тип: [[developers:references:system.int32|System.Int32]] * Код контуров с которыми необходимо искать пересечения (-1 для пересечения со всеми контурами)