RhinoCommon API
RayShootEvent Structure |
Represents an element which is part of a ray shoot.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
The RayShootEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| BrepFaceIndex |
If GeometryIndex references a Brep, then the index of the Brep face that was hit.
If GeometryIndex references a surface, than RhinoMath.UnsetIntIndex.
| |
| GeometryIndex |
The index of the surface or Brep that was hit.
| |
| Point |
The 3d hit point.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |