HitTriangle Structure

Triangle hit by a ray definition.
Public Structure HitTriangle
This language is not supported or no code example is available.
public struct HitTriangle
This language is not supported or no code example is available.
Fields
 
Name Description
Public field FaceIndex Face, Portion or Face index.
Public field IntersectionPoint 3D intersection point in the world coordinate system.
Public field ParamSurfaceIndex Face.Parametric index.
Public field ShellOrElementIndex Shell or Element index.
Public field TriangleIndex Triangle index.
Top

.NET Framework

Supported in: 4.8

In this article

Definition