Search Results for

    Show / Hide Table of Contents

    Class FlexDamping

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FlexDamping
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class FlexDamping : TaggedObject, IMessageSink

    Constructors

    FlexDamping()

    Declaration
    protected FlexDamping()

    Properties

    HystereticDampingExpression

    Declaration
    public Expression HystereticDampingExpression { get; }
    Property Value
    Type Description
    Expression

    HystereticDampingFunction

    Declaration
    public Function HystereticDampingFunction { get; set; }
    Property Value
    Type Description
    Function

    HystereticDampingProfile

    Declaration
    public SelectFieldData HystereticDampingProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    HystereticDampingType

    Declaration
    public FlexDamping.DampingType HystereticDampingType { get; }
    Property Value
    Type Description
    FlexDamping.DampingType

    ViscousDampingExpression

    Declaration
    public Expression ViscousDampingExpression { get; }
    Property Value
    Type Description
    Expression

    ViscousDampingFunction

    Declaration
    public Function ViscousDampingFunction { get; set; }
    Property Value
    Type Description
    Function

    ViscousDampingProfile

    Declaration
    public SelectFieldData ViscousDampingProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ViscousDampingType

    Declaration
    public FlexDamping.DampingType ViscousDampingType { get; }
    Property Value
    Type Description
    FlexDamping.DampingType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX