Click or drag to resize

RayShootEvent Structure

Represents an element which is part of a ray shoot.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public struct RayShootEvent

The RayShootEvent type exposes the following members.

Properties
  NameDescription
Public propertyBrepFaceIndex
If GeometryIndex references a Brep, then the index of the Brep face that was hit. If GeometryIndex references a surface, than RhinoMath.UnsetIntIndex.
Public propertyGeometryIndex
The index of the surface or Brep that was hit.
Public propertyPoint
The 3d hit point.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also