Class BushingSphericalCoefficientsComponent
Inheritance
BushingSphericalCoefficientsComponent
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
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
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
Methods
Validate()
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use GetReferencePropertyValue(BushingProperty) instead.")]
public bool Validate()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink