======Метод DwgComplexEntity.GetSegments(ObjectsDisjointerArgs, IList, IList)====== Метод заполняет списки //arcList// и //lineList// абстактной геометрией объекта для расчета других типов объектных привязок * **Пространство имен:** [[developers:references:topomatic.dwg.entities|Topomatic.Dwg.Entities]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public override void GetSegments(ObjectsDisjointerArgs e, IList arcList, IList lineList) **Параметры** * //e// * Тип: [[developers:references:topomatic.cad.foundation.objectsdisjointerargs|Topomatic.Cad.Foundation.ObjectsDisjointerArgs]] * Параметры расчета объектных привязок * //arcList// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.arcsegment|Topomatic.Cad.Foundation.ArcSegment]]> * Список арок * //lineList// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.linesegment|Topomatic.Cad.Foundation.LineSegment]]> * Список сегментов