======Метод CadLibrary.PolylineOffset(IList, Double, IList)====== Параллельно смещает полилинию на заданное растояние. Количество точек в результирующей полилинии равно кол-ву в исходной. Возможны петли. * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void PolylineOffset(IList polyline, double offset, IList result) **Параметры** * //polyline// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * Исходная полилиния * //offset// * Тип: [[developers:references:system.double|System.Double]] * Постоянное смещение со знаком, положительное - вправо, отрицательное - влево * //result// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * Список в который будет записана результирующая полилиния