======Метод CadLibrary.SectRayEdge(Ray3D, Vector3D, Vector3D, Vector3D, Vector3D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static bool SectRayEdge(Ray3D ray, Vector3D a, Vector3D b, out Vector3D pos1, out Vector3D pos2) **Параметры** * //ray// * Тип: [[developers:references:topomatic.cad.foundation.ray3d|Topomatic.Cad.Foundation.Ray3D]] * //a// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //b// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //pos1// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //pos2// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] **Возвращаемое значение** * Тип: System.Boolean