======Метод CadLayersCollection.GetNormalSnap(BoundingBox2D, ObjectSnapEventArgs, Vector3D, List, List)====== * **Пространство имен:** [[developers:references:topomatic.cad.view|Topomatic.Cad.View]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static bool GetNormalSnap(BoundingBox2D snapBox, ObjectSnapEventArgs e, out Vector3D destPoint, List lineList, List arcList) **Параметры** * //snapBox// * Тип: [[developers:references:topomatic.cad.foundation.boundingbox2d|Topomatic.Cad.Foundation.BoundingBox2D]] * //e// * Тип: [[developers:references:topomatic.cad.view.objectsnapeventargs|Topomatic.Cad.View.ObjectSnapEventArgs]] * //destPoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //lineList// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.linesegment|Topomatic.Cad.Foundation.LineSegment]]> * //arcList// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.arcsegment|Topomatic.Cad.Foundation.ArcSegment]]> **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]