Search Results for

    Show / Hide Table of Contents

    Struct UFMotion.SpringDamper

    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 UFMotion.SpringDamper

    Fields

    damping_rate

    Declaration
    public double damping_rate
    Field Value
    Type Description
    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 string name
    Field Value
    Type Description
    string

    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
    double[]

    pt2_coord

    Declaration
    public double[] pt2_coord
    Field Value
    Type Description
    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
    double

    spring_preload

    Declaration
    public double spring_preload
    Field Value
    Type Description
    double

    spring_rate

    Declaration
    public double spring_rate
    Field Value
    Type Description
    double

    spring_ref_angle

    Declaration
    public double spring_ref_angle
    Field Value
    Type Description
    double

    spring_ref_length

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