======Метод CadCursors.GetRelativeAngle(CadView, Vector3D, Vector3D, Boolean, Double, String, String[])====== * **Пространство имен:** [[developers:references:topomatic.cad.view.hints|Topomatic.Cad.View.Hints]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static GetPointResult GetRelativeAngle(CadView cadview, Vector3D basePoint, Vector3D anglePoint, bool ccw, out double angle, string message, string[] args) **Параметры** * //cadview// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //basePoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //anglePoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //ccw// * Тип: [[developers:references:system.boolean|System.Boolean]] * //angle// * Тип: [[developers:references:system.double|System.Double]] * //message// * Тип: [[developers:references:system.string|System.String]] * //args// * Тип: [[developers:references:system.string|System.String]][] **Возвращаемое значение** * Тип: [[developers:references:topomatic.cad.view.getpointresult|Topomatic.Cad.View.GetPointResult]]