======Метод IEntityFactory.Add3DFace(Vector3D, Vector3D, Vector3D, Vector3D)====== Добавление 3D грани * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgFace Add3DFace(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.dwgface|Topomatic.Dwg.Entities.DwgFace]] * Созданный примитив