======Метод DwgBlock.AddSolid(Vector3D, Vector3D, Vector3D, Vector3D)====== Добавление фигуры * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgSolid AddSolid(Vector3D point1, Vector3D point2, Vector3D point3, Vector3D point4) **Параметры** * //point1// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Первая точка * //point2// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Вторая точка * //point3// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Третья точка * //point4// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Четвертая точка **Возвращаемое значение** * Тип: [[developers:references:topomatic.dwg.entities.dwgsolid|Topomatic.Dwg.Entities.DwgSolid]] * Созданный примитив