BushingCoefficients Class¶
-
class
NXOpen.Motion.BushingCoefficients¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a Motion BushingCoefficients
New in version NX6.0.0.
Deprecated since version NX12.0.0: Use
Motion.BushingStiffnessCoefficients,Motion.BushingDampingCoefficientsandMotion.BushingActuatorCoefficientsinstead.
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.Cylindricalcase-------------------------------------Getter Method
Signature
CylindricalCoefficientsReturns: Return type: NXOpen.Motion.BushingCylindricalCoefficientsNew in version NX6.0.0.
License requirements: None.
SphericalCoefficients¶
-
BushingCoefficients.SphericalCoefficients¶ Returns the spherical coefficients.
It is used in
Motion.BushingBuilderBushingTypes.Sphericalcase-------------------------------------Getter Method
Signature
SphericalCoefficientsReturns: Return type: NXOpen.Motion.BushingSphericalCoefficientsNew in version NX12.0.0.
License requirements: None.
TorsionalCoefficients¶
-
BushingCoefficients.TorsionalCoefficients¶ Returns the torsional coefficients.
It is used in
Motion.BushingBuilderBushingTypes.Generalcase-------------------------------------Getter Method
Signature
TorsionalCoefficientsReturns: Return type: NXOpen.Motion.BushingGeneralCoefficientsNew in version NX6.0.0.
License requirements: None.
TranslationalCoefficients¶
-
BushingCoefficients.TranslationalCoefficients¶ Returns the translational coefficients.
It is used in
Motion.BushingBuilderBushingTypes.Generalcase-------------------------------------Getter Method
Signature
TranslationalCoefficientsReturns: Return type: NXOpen.Motion.BushingGeneralCoefficientsNew 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.