======Структура Plane====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public struct Plane : IEquatable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.plane..ctor_system.double_system.double_system.double_system.double|Plane(Double, Double, Double, Double)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.plane..ctor_topomatic.cad.foundation.vector3d_topomatic.cad.foundation.vector3d|Plane(Vector3D, Vector3D)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.plane..ctor_topomatic.cad.foundation.vector3d_system.double|Plane(Vector3D, Double)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.plane..ctor_topomatic.cad.foundation.vector4d|Plane(Vector4D)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.plane..ctor_topomatic.cad.foundation.vector3d_topomatic.cad.foundation.vector3d_topomatic.cad.foundation.vector3d|Plane(Vector3D, Vector3D, Vector3D)]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dot_ref_topomatic.cad.foundation.vector4d_ref_system.double|Dot(Vector4D, Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dot_topomatic.cad.foundation.vector4d|Dot(Vector4D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dotcoordinate_topomatic.cad.foundation.vector3d|DotCoordinate(Vector3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dotcoordinate_ref_topomatic.cad.foundation.vector3d_ref_system.double|DotCoordinate(Vector3D, Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dotnormal_ref_topomatic.cad.foundation.vector3d_ref_system.double|DotNormal(Vector3D, Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.dotnormal_topomatic.cad.foundation.vector3d|DotNormal(Vector3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.equals_topomatic.cad.foundation.plane|Equals(Plane)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.equals_system.object|Equals(Object)]]| (Переопределяет Equals(Object).)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.gethashcode|GetHashCode()]]| (Переопределяет GetHashCode().)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersect_topomatic.cad.foundation.line3d|Intersect(Line3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersects_ref_topomatic.cad.foundation.boundingsphere3d_ref_topomatic.cad.foundation.planeintersectiontype|Intersects(BoundingSphere3D, PlaneIntersectionType)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersects_topomatic.cad.foundation.boundingsphere3d|Intersects(BoundingSphere3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersects_topomatic.cad.foundation.boundingfrustum|Intersects(BoundingFrustum)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersects_ref_topomatic.cad.foundation.boundingbox3d_ref_topomatic.cad.foundation.planeintersectiontype|Intersects(BoundingBox3D, PlaneIntersectionType)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.intersects_topomatic.cad.foundation.boundingbox3d|Intersects(BoundingBox3D)]]| | |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.cad.foundation.plane.normalize_ref_topomatic.cad.foundation.plane_ref_topomatic.cad.foundation.plane|Normalize(Plane, Plane)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.normalize|Normalize()]]| | |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.cad.foundation.plane.normalize_topomatic.cad.foundation.plane|Normalize(Plane)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.project_topomatic.cad.foundation.vector3d|Project(Vector3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.plane.tostring|ToString()]]| (Переопределяет ToString().)| |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.cad.foundation.plane.transform_ref_topomatic.cad.foundation.plane_ref_topomatic.cad.foundation.matrix_ref_topomatic.cad.foundation.plane|Transform(Plane, Matrix, Plane)]]| | |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.cad.foundation.plane.transform_topomatic.cad.foundation.plane_topomatic.cad.foundation.matrix|Transform(Plane, Matrix)]]| | =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.cad.foundation.plane.d|D]]| | |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.cad.foundation.plane.normal|Normal]]| |