Class BushingGeneralCoefficientsComponent
Inheritance
BushingGeneralCoefficientsComponent
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
XCoefficientsType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessXOrRadialType) instead")]
public ConnectorCoefficientTypes XCoefficientsType { get; set; }
Property Value
XCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialProfile) instead")]
public SelectFieldData XCurveProfile { get; }
Property Value
XExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessXOrRadialExpression) instead")]
public Expression XExpression { get; }
Property Value
XFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialFunction) instead")]
public Function XFunction { get; set; }
Property Value
YCoefficientsType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessYType) instead")]
public ConnectorCoefficientTypes YCoefficientsType { get; set; }
Property Value
YCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessYProfile) instead")]
public SelectFieldData YCurveProfile { get; }
Property Value
YExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessYExpression) instead")]
public Expression YExpression { get; }
Property Value
YFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessYFunction) instead")]
public Function YFunction { get; set; }
Property Value
ZCoefficientsType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessZOrLongitudinalType) instead")]
public ConnectorCoefficientTypes ZCoefficientsType { get; set; }
Property Value
ZCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalProfile) instead")]
public SelectFieldData ZCurveProfile { get; }
Property Value
ZExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessZOrLongitudinalExpression) instead")]
public Expression ZExpression { get; }
Property Value
ZFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalFunction) instead")]
public Function ZFunction { get; set; }
Property Value
Methods
Validate()
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty) instead.")]
public bool Validate()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink