NX Open C++ Reference Guide
|
Represents a Motion BushingGeneralCoefficients. More...
Public Member Functions | |
NXOpen::Motion::BushingGeneralCoefficientsComponent * | DampingCoefficients () |
Returns the damping coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case Created in NX6.0.0. | |
NXOpen::Motion::BushingGeneralCoefficientsComponent * | PreloadCoefficients () |
Returns the preload coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case. | |
NXOpen::Motion::BushingGeneralCoefficientsComponent * | StiffnessCoefficients () |
Returns the stiffness coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Motion BushingGeneralCoefficients.
Created in NX6.0.0.
NXOpen::Motion::BushingGeneralCoefficientsComponent* NXOpen::Motion::BushingGeneralCoefficients::DampingCoefficients | ( | ) |
Returns the damping coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case
Created in NX6.0.0.
License requirements : None
NXOpen::Motion::BushingGeneralCoefficientsComponent* NXOpen::Motion::BushingGeneralCoefficients::PreloadCoefficients | ( | ) |
Returns the preload coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case.
Preload properties only linear is supported
Created in NX6.0.0.
License requirements : None
NXOpen::Motion::BushingGeneralCoefficientsComponent* NXOpen::Motion::BushingGeneralCoefficients::StiffnessCoefficients | ( | ) |
Returns the stiffness coefficients, it is used in Motion::BushingBuilder::BushingTypesGeneral case
Created in NX6.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.