Search Results for

    Show / Hide Table of Contents

    Class BushingSphericalCoefficientsComponent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BushingSphericalCoefficientsComponent
    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 BushingSphericalCoefficientsComponent : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BushingSphericalCoefficientsComponent()

    Declaration
    protected BushingSphericalCoefficientsComponent()

    Properties

    ConicalCurveProfile

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

    ConicalExpression

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

    ConicalFunction

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

    ConicalType

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

    RadialCurveProfile

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

    RadialExpression

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

    RadialFunction

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

    RadialType

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

    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