BushingCoefficients Class

class NXOpen.Motion.BushingCoefficients

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Motion BushingCoefficients

New in version NX6.0.0.

Properties

Property Description
CylindricalCoefficients Returns the cylindrical coefficients, it is used in Motion.BushingBuilderBushingTypes.Cylindrical case
Tag Returns the Tag for this object.
TorsionalCoefficients Returns the torsional coefficients, it is used in Motion.BushingBuilderBushingTypes.General case
TranslationalCoefficients Returns the translational coefficients, it is used in Motion.BushingBuilderBushingTypes.General case

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.

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.