Search Results for

    Show / Hide Table of Contents

    Struct UFMotion._SpringDamper

    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 _SpringDamper

    Fields

    damping_rate

    Declaration
    public double damping_rate
    Field Value
    Type Description
    System.Double

    joint

    Declaration
    public Tag joint
    Field Value
    Type Description
    Tag

    link_1

    Declaration
    public Tag link_1
    Field Value
    Type Description
    Tag

    link_2

    Declaration
    public Tag link_2
    Field Value
    Type Description
    Tag

    name

    Declaration
    public byte[] name
    Field Value
    Type Description
    System.Byte[]

    point_1

    Declaration
    public Tag point_1
    Field Value
    Type Description
    Tag

    point_2

    Declaration
    public Tag point_2
    Field Value
    Type Description
    Tag

    pt1_coord

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

    pt2_coord

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

    spr_dmp_type

    Declaration
    public UFMotion.SpringDamperType spr_dmp_type
    Field Value
    Type Description
    UFMotion.SpringDamperType

    spring_init_length

    Declaration
    public double spring_init_length
    Field Value
    Type Description
    System.Double

    spring_preload

    Declaration
    public double spring_preload
    Field Value
    Type Description
    System.Double

    spring_rate

    Declaration
    public double spring_rate
    Field Value
    Type Description
    System.Double

    spring_ref_angle

    Declaration
    public double spring_ref_angle
    Field Value
    Type Description
    System.Double

    spring_ref_length

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