======Метод DwgBlock.AddDimAligned(Vector2D, Vector2D, Vector2D)====== Добавление параллельного размера * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgDimensionAligned AddDimAligned(Vector2D extLine1Point, Vector2D extLine2Point, Vector2D textPosition) **Параметры** * //extLine1Point// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * Первая точка * //extLine2Point// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * Вторая точка * //textPosition// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * Положение текста **Возвращаемое значение** * Тип: [[developers:references:topomatic.dwg.entities.dwgdimensionaligned|Topomatic.Dwg.Entities.DwgDimensionAligned]] * Созданный примитив