BushingGeneralCoefficients Class

class NXOpen.Motion.BushingGeneralCoefficients

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Motion BushingGeneralCoefficients

New in version NX6.0.0.

Properties

Property Description
DampingCoefficients Returns the damping coefficients, it is used in Motion.BushingBuilderBushingTypes.General case
PreloadCoefficients Returns the preload coefficients, it is used in Motion.BushingBuilderBushingTypes.General case.
StiffnessCoefficients Returns the stiffness coefficients, it is used in Motion.BushingBuilderBushingTypes.General case
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

DampingCoefficients

BushingGeneralCoefficients.DampingCoefficients

Returns the damping coefficients, it is used in Motion.BushingBuilderBushingTypes.General case

-------------------------------------

Getter Method

Signature DampingCoefficients

Returns:
Return type:NXOpen.Motion.BushingGeneralCoefficientsComponent

New in version NX6.0.0.

License requirements: None.

PreloadCoefficients

BushingGeneralCoefficients.PreloadCoefficients

Returns the preload coefficients, it is used in Motion.BushingBuilderBushingTypes.General case.

Preload properties only linear is supported

-------------------------------------

Getter Method

Signature PreloadCoefficients

Returns:
Return type:NXOpen.Motion.BushingGeneralCoefficientsComponent

New in version NX6.0.0.

License requirements: None.

StiffnessCoefficients

BushingGeneralCoefficients.StiffnessCoefficients

Returns the stiffness coefficients, it is used in Motion.BushingBuilderBushingTypes.General case

-------------------------------------

Getter Method

Signature StiffnessCoefficients

Returns:
Return type:NXOpen.Motion.BushingGeneralCoefficientsComponent

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

BushingGeneralCoefficients.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.