======Метод CadLibrary.CalcSpline3D(IList, IList, IList, Vector3D, Vector3D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void CalcSpline3D(IList controlPoints, IList knotPoints, IList fitPoints, out Vector3D startTangent, out Vector3D endTangent) **Параметры** * //controlPoints// * Тип: System.Collections.Generic.IList<[[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]> * //knotPoints// * Тип: System.Collections.Generic.IList * //fitPoints// * Тип: System.Collections.Generic.IList<[[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]> * //startTangent// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //endTangent// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]