BushingCoefficients Class

class NXOpen.Motion.BushingCoefficients

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Motion BushingCoefficients

New in version NX6.0.0.

Deprecated since version NX12.0.0: Use Motion.BushingStiffnessCoefficients, Motion.BushingDampingCoefficients and Motion.BushingActuatorCoefficients instead.

Properties

Property Description
CylindricalCoefficients Returns the cylindrical coefficients.
SphericalCoefficients Returns the spherical coefficients.
Tag Returns the Tag for this object.
TorsionalCoefficients Returns the torsional coefficients.
TranslationalCoefficients Returns the translational coefficients.

Methods

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

Property Detail

CylindricalCoefficients

BushingCoefficients.CylindricalCoefficients

Returns the cylindrical coefficients.

It is used in Motion.BushingBuilderBushingTypes.Cylindrical case

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

Getter Method

Signature CylindricalCoefficients

Returns:
Return type:NXOpen.Motion.BushingCylindricalCoefficients

New in version NX6.0.0.

License requirements: None.

SphericalCoefficients

BushingCoefficients.SphericalCoefficients

Returns the spherical coefficients.

It is used in Motion.BushingBuilderBushingTypes.Spherical case

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

Getter Method

Signature SphericalCoefficients

Returns:
Return type:NXOpen.Motion.BushingSphericalCoefficients

New in version NX12.0.0.

License requirements: None.

TorsionalCoefficients

BushingCoefficients.TorsionalCoefficients

Returns the torsional coefficients.

It is used in Motion.BushingBuilderBushingTypes.General case

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

Getter Method

Signature TorsionalCoefficients

Returns:
Return type:NXOpen.Motion.BushingGeneralCoefficients

New in version NX6.0.0.

License requirements: None.

TranslationalCoefficients

BushingCoefficients.TranslationalCoefficients

Returns the translational coefficients.

It is used in Motion.BushingBuilderBushingTypes.General case

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

Getter Method

Signature TranslationalCoefficients

Returns:
Return type:NXOpen.Motion.BushingGeneralCoefficients

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

BushingCoefficients.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.