Search Results for

    Show / Hide Table of Contents

    Struct UFModl._DieTipInfo

    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
    struct _DieTipInfo

    Fields

    center

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

    defining_tip_feature

    Declaration
    public Tag defining_tip_feature
    Field Value
    Type Description
    Tag

    num_rot_reasons

    Declaration
    public int *num_rot_reasons
    Field Value
    Type Description
    System.Int32*

    num_steps

    Declaration
    public int num_steps
    Field Value
    Type Description
    System.Int32

    num_trans_reasons

    Declaration
    public int num_trans_reasons
    Field Value
    Type Description
    System.Int32

    origin

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

    product

    Declaration
    public Tag product
    Field Value
    Type Description
    Tag

    rot_angle

    Declaration
    public double *rot_angle
    Field Value
    Type Description
    System.Double*

    rot_axis

    Declaration
    public int *rot_axis
    Field Value
    Type Description
    System.Int32*

    trans

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

    trans_reasons

    Declaration
    public sbyte **trans_reasons
    Field Value
    Type Description
    System.SByte**
    In This Article
    Back to top Generated by DocFX