Search Results for

    Show / Hide Table of Contents

    Struct UFModl.RayHitPointInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFModl.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
    double[]

    hit_point

    Declaration
    public double[] hit_point
    Field Value
    Type Description
    double[]
    In this article
    Back to top Generated by DocFX