Search Results for

    Show / Hide Table of Contents

    Struct UFModl.DevchkEeInfo

    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 DevchkEeInfo

    Fields

    dev_type

    Declaration
    public int dev_type
    Field Value
    Type Description
    System.Int32

    edge_1_pnt

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

    edge_2_pnt

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

    edge_dist

    Declaration
    public double edge_dist
    Field Value
    Type Description
    System.Double

    face_1_tag

    Declaration
    public Tag face_1_tag
    Field Value
    Type Description
    Tag

    face_2_tag

    Declaration
    public Tag face_2_tag
    Field Value
    Type Description
    Tag

    norm_1

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

    norm_2

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

    norm_angle

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