======Структура Ray3D====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public struct Ray3D : IEquatable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.ray3d..ctor_topomatic.cad.foundation.vector3d_topomatic.cad.foundation.vector3d|Ray3D(Vector3D, Vector3D)]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.equals_topomatic.cad.foundation.ray3d|Equals(Ray3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.equals_system.object|Equals(Object)]]| (Переопределяет Equals(Object).)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.gethashcode|GetHashCode()]]| (Переопределяет GetHashCode().)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_topomatic.cad.foundation.boundingbox3d|Intersects(BoundingBox3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_ref_topomatic.cad.foundation.boundingbox3d_ref_system.nullable`1|Intersects(BoundingBox3D, Nullable`1)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_topomatic.cad.foundation.boundingfrustum|Intersects(BoundingFrustum)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_topomatic.cad.foundation.plane|Intersects(Plane)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_ref_topomatic.cad.foundation.plane_ref_system.nullable`1|Intersects(Plane, Nullable`1)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_topomatic.cad.foundation.boundingsphere3d|Intersects(BoundingSphere3D)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.intersects_ref_topomatic.cad.foundation.boundingsphere3d_ref_system.nullable`1|Intersects(BoundingSphere3D, Nullable`1)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.ray3d.tostring|ToString()]]| (Переопределяет ToString().)| =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.cad.foundation.ray3d.direction|Direction]]| | |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.cad.foundation.ray3d.position|Position]]| |