======Метод DwgSmdxRoadMarkingBuilder.BuildLinear(LinearPattern[], IList, Double, Boolean, Boolean, Double, Vector2D)====== * **Пространство имен:** [[developers:references:topomatic.roadmarking.entities|Topomatic.RoadMarking.Entities]] * **Сборка:** Topomatic.RoadMarking (в Topomatic.RoadMarking.dll) =====Синтаксис===== public static Vector2F[][] BuildLinear(LinearPattern[] patterns, IList vectors, double frotation, bool cutting, bool vinvert, out double length, out Vector2D pivot) **Параметры** * //patterns// * Тип: [[developers:references:topomatic.roadmarking.entities.linearpattern|Topomatic.RoadMarking.Entities.LinearPattern]][] * //vectors// * Тип: System.Collections.Generic.IList<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //frotation// * Тип: System.Double * //cutting// * Тип: System.Boolean * //vinvert// * Тип: System.Boolean * //length// * Тип: System.Double * //pivot// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] **Возвращаемое значение** * Тип: [[developers:references:topomatic.cad.foundation.vector2f[]|Topomatic.Cad.Foundation.Vector2F[]]][]