Class BushingCylindricalCoefficientsComponent
Inheritance
BushingCylindricalCoefficientsComponent
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty) instead")]
public class BushingCylindricalCoefficientsComponent : TaggedObject, IMessageSink, IComponentBuilder
Constructors
BushingCylindricalCoefficientsComponent()
Declaration
protected BushingCylindricalCoefficientsComponent()
Properties
ConicalCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessRXOrConicalProfile) instead")]
public SelectFieldData ConicalCurveProfile { get; }
Property Value
ConicalExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessRXOrConicalExpression) instead")]
public Expression ConicalExpression { get; }
Property Value
ConicalFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessRXOrConicalFunction) instead")]
public Function ConicalFunction { get; set; }
Property Value
ConicalType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessRXOrConicalType) instead")]
public ConnectorCoefficientTypes ConicalType { get; set; }
Property Value
LongCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalProfile) instead")]
public SelectFieldData LongCurveProfile { get; }
Property Value
LongitudinalExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessZOrLongitudinalExpression) instead")]
public Expression LongitudinalExpression { get; }
Property Value
LongitudinalFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessZOrLongitudinalFunction) instead")]
public Function LongitudinalFunction { get; set; }
Property Value
LongitudinalType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessZOrLongitudinalType) instead")]
public ConnectorCoefficientTypes LongitudinalType { get; set; }
Property Value
RadialCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialProfile) instead")]
public SelectFieldData RadialCurveProfile { get; }
Property Value
RadialExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessXOrRadialExpression) instead")]
public Expression RadialExpression { get; }
Property Value
RadialFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessXOrRadialFunction) instead")]
public Function RadialFunction { get; set; }
Property Value
RadialType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessXOrRadialType) instead")]
public ConnectorCoefficientTypes RadialType { get; set; }
Property Value
TorsionalCurveProfile
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessRZOrTorsionalProfile) instead")]
public SelectFieldData TorsionalCurveProfile { get; }
Property Value
TorsionalExpression
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetScalarExpressionPropertyValue(StiffnessRZOrTorsionalExpression) instead")]
public Expression TorsionalExpression { get; }
Property Value
TorsionalFunction
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetReferencePropertyValue(StiffnessRZOrTorsionalFunction) instead")]
public Function TorsionalFunction { get; set; }
Property Value
TorsionalType
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty).GetIntegerPropertyValue(StiffnessRZOrTorsionalType) instead")]
public ConnectorCoefficientTypes TorsionalType { 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