Search Results for

    Show / Hide Table of Contents

    Struct UFMotion.ContactParameters

    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 ContactParameters

    Fields

    dynamic_friction

    Declaration
    public double dynamic_friction
    Field Value
    Type Description
    System.Double

    force_exponent

    Declaration
    public double force_exponent
    Field Value
    Type Description
    System.Double

    material_damping

    Declaration
    public double material_damping
    Field Value
    Type Description
    System.Double

    penetration_depth

    Declaration
    public double penetration_depth
    Field Value
    Type Description
    System.Double

    slip_velocity

    Declaration
    public double slip_velocity
    Field Value
    Type Description
    System.Double

    static_friction

    Declaration
    public double static_friction
    Field Value
    Type Description
    System.Double

    transition_velocity

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