Search Results for

    Show / Hide Table of Contents

    Class BushingGeneralCoefficientsComponent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BushingGeneralCoefficientsComponent
    Implements
    IMessageSink
    IComponentBuilder
    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
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty) instead")]
    public class BushingGeneralCoefficientsComponent : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BushingGeneralCoefficientsComponent()

    Declaration
    protected BushingGeneralCoefficientsComponent()

    Properties

    CoefficientsType

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessXOrRadialType) instead")]
    public ConnectorCoefficientTypes CoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    XCoefficientsType

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessXOrRadialType) instead")]
    public ConnectorCoefficientTypes XCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    XCurveProfile

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialProfile) instead")]
    public SelectFieldData XCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    XExpression

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessXOrRadialExpression) instead")]
    public Expression XExpression { get; }
    Property Value
    Type Description
    Expression

    XFunction

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialFunction) instead")]
    public Function XFunction { get; set; }
    Property Value
    Type Description
    Function

    YCoefficientsType

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessYType) instead")]
    public ConnectorCoefficientTypes YCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    YCurveProfile

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessYProfile) instead")]
    public SelectFieldData YCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    YExpression

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessYExpression) instead")]
    public Expression YExpression { get; }
    Property Value
    Type Description
    Expression

    YFunction

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessYFunction) instead")]
    public Function YFunction { get; set; }
    Property Value
    Type Description
    Function

    ZCoefficientsType

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessZOrLongitudinalType) instead")]
    public ConnectorCoefficientTypes ZCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    ZCurveProfile

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalProfile) instead")]
    public SelectFieldData ZCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ZExpression

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessZOrLongitudinalExpression) instead")]
    public Expression ZExpression { get; }
    Property Value
    Type Description
    Expression

    ZFunction

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalFunction) instead")]
    public Function ZFunction { get; set; }
    Property Value
    Type Description
    Function

    Methods

    Validate()

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use GetReferencePropertyValue(BushingProperty) instead.")]
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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