Search Results for

    Show / Hide Table of Contents

    Class BushingCoefficients

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BushingCoefficients
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead.")]
    public class BushingCoefficients : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BushingCoefficients()

    Declaration
    protected BushingCoefficients()

    Properties

    CylindricalCoefficients

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead..")]
    public BushingCylindricalCoefficients CylindricalCoefficients { get; }
    Property Value
    Type Description
    BushingCylindricalCoefficients

    SphericalCoefficients

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead..")]
    public BushingSphericalCoefficients SphericalCoefficients { get; }
    Property Value
    Type Description
    BushingSphericalCoefficients

    TorsionalCoefficients

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead..")]
    public BushingGeneralCoefficients TorsionalCoefficients { get; }
    Property Value
    Type Description
    BushingGeneralCoefficients

    TranslationalCoefficients

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead..")]
    public BushingGeneralCoefficients TranslationalCoefficients { get; }
    Property Value
    Type Description
    BushingGeneralCoefficients

    Methods

    Validate()

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead..")]
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX