Search Results for

    Show / Hide Table of Contents

    Struct UFModl.RayHitPointInfo

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct RayHitPointInfo

    Fields

    hit_body

    Declaration
    public Tag hit_body
    Field Value
    Type Description
    Tag

    hit_face

    Declaration
    public Tag hit_face
    Field Value
    Type Description
    Tag

    hit_normal

    Declaration
    public double[] hit_normal
    Field Value
    Type Description
    System.Double[]

    hit_point

    Declaration
    public double[] hit_point
    Field Value
    Type Description
    System.Double[]
    In This Article
    Back to top Generated by DocFX