RayShootEvent
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
Name
Description
Public Property
BrepFaceIndex
If GeometryIndex references a Brep, then the index of the Brep face that was hit. If GeometryIndex references a surface, than RhinoMath.UnsetIntIndex.
Public Property
GeometryIndex
The index of the surface or Brep that was hit.
Public Property
Point
The 3d hit point.
Methods
Name
Description
Public Method
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public Method
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)