======Метод SolveLib.CircleTangentsFromPos(Vector2D, Vector2D, Double, Vector2D, Vector2D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation.cogo|Topomatic.Cad.Foundation.Cogo]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static int CircleTangentsFromPos(Vector2D pos, Vector2D center, double radius, out Vector2D p1, out Vector2D p2) **Параметры** * //pos// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //center// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //radius// * Тип: [[developers:references:system.double|System.Double]] * //p1// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //p2// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] **Возвращаемое значение** * Тип: [[developers:references:system.int32|System.Int32]]