NX Open C++ Reference Guide
|
Represents a DamperBuilder
To create a new instance of this class, use Motion::DamperCollection::CreateDamperBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
double | Coefficient () |
Returns the coefficient. | |
NXOpen::Expression * | CoefficientExpression () |
Returns the translational coefficient expression Created in NX8.0.0. | |
NXOpen::CAE::Function * | CoefficientFunction () |
Returns the function tag. | |
NXOpen::Motion::ConnectorCoefficientTypes | CoefficientType () |
Returns the coefficient type Created in NX6.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
void | SetCoefficient (double coefficient) |
Sets the coefficient. | |
void | SetCoefficientFunction (NXOpen::CAE::Function *function) |
Sets the function tag. | |
void | SetCoefficientType (NXOpen::Motion::ConnectorCoefficientTypes coefficientType) |
Sets the coefficient type Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
NXOpen::Expression * | TorsionalCoefficientExpression () |
Returns the torsional coefficient expression Created in NX8.0.0. |
Represents a DamperBuilder
To create a new instance of this class, use Motion::DamperCollection::CreateDamperBuilder
Created in NX6.0.0.
double NXOpen::Motion::DamperBuilder::Coefficient | ( | ) |
Returns the coefficient.
Only valid if Motion::ConnectorCoefficientTypesConstant is set
Created in NX6.0.0.
License requirements : None
Returns the translational coefficient expression
Created in NX8.0.0.
License requirements : None
Returns the function tag.
Only valid if Motion::ConnectorCoefficientTypesSpline is set
Created in NX6.0.0.
License requirements : None
Returns the coefficient type
Created in NX6.0.0.
License requirements : None
Returns the name
Created in NX6.0.0.
License requirements : None
void NXOpen::Motion::DamperBuilder::SetCoefficient | ( | double | coefficient | ) |
Sets the coefficient.
Only valid if Motion::ConnectorCoefficientTypesConstant is set
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
coefficient | coefficient |
void NXOpen::Motion::DamperBuilder::SetCoefficientFunction | ( | NXOpen::CAE::Function * | function | ) |
Sets the function tag.
Only valid if Motion::ConnectorCoefficientTypesSpline is set
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
function | function |
void NXOpen::Motion::DamperBuilder::SetCoefficientType | ( | NXOpen::Motion::ConnectorCoefficientTypes | coefficientType | ) |
Sets the coefficient type
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
coefficientType | coefficienttype |
void NXOpen::Motion::DamperBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
Returns the torsional coefficient expression
Created in NX8.0.0.
License requirements : None