======Метод Matrix.GetAxis(Vector3D, Double, Vector3D, Vector3D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void GetAxis(Vector3D zaxis, double twist, out Vector3D xaxis, out Vector3D yaxis) **Параметры** * //zaxis// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //twist// * Тип: [[developers:references:system.double|System.Double]] * //xaxis// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //yaxis// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]