NX Open C++ Reference Guide
|
Represents a CAE::ModelUpdateDesignVariable , which is a meta-solution used to update finite element models to match real life test data
Created in NX8.0.1.
More...
Public Member Functions | |
bool | GetActivityStatus () |
Gets activity status. | |
NXOpen::CAE::ModelingObjectPropertyTable * | GetDesignVariableModelingObject () |
Gets the design variable modeling object. | |
double | GetLowerBound () |
Gets lower bound. | |
double | GetUpperBound () |
Gets upper bound. | |
double | GetValue () |
Gets value. | |
double | GetWeight () |
Gets weight. | |
void | SetActivityStatus (bool active) |
Sets activity status Created in NX8.0.1. | |
void | SetLowerBound (double lowerBound) |
Sets lower bound Created in NX8.0.1. | |
void | SetUpperBound (double upperBound) |
Sets upper bound Created in NX8.0.1. | |
void | SetValue (double value) |
Sets value Created in NX8.0.1. | |
void | SetWeight (double weight) |
Sets weight Created in NX8.0.1. |
Represents a CAE::ModelUpdateDesignVariable , which is a meta-solution used to update finite element models to match real life test data
Created in NX8.0.1.
Gets activity status.
NXOpen::CAE::ModelingObjectPropertyTable* NXOpen::CAE::ModelUpdateDesignVariable::GetDesignVariableModelingObject | ( | ) |
Gets the design variable modeling object.
Gets lower bound.
Gets upper bound.
Gets value.
Gets weight.
void NXOpen::CAE::ModelUpdateDesignVariable::SetActivityStatus | ( | bool | active | ) |
Sets activity status
Created in NX8.0.1.
License requirements : nx_correl_update ("FE Model Update")
active | active |
void NXOpen::CAE::ModelUpdateDesignVariable::SetLowerBound | ( | double | lowerBound | ) |
Sets lower bound
Created in NX8.0.1.
License requirements : nx_correl_update ("FE Model Update")
lowerBound | lower bound |
void NXOpen::CAE::ModelUpdateDesignVariable::SetUpperBound | ( | double | upperBound | ) |
Sets upper bound
Created in NX8.0.1.
License requirements : nx_correl_update ("FE Model Update")
upperBound | upper bound |
void NXOpen::CAE::ModelUpdateDesignVariable::SetValue | ( | double | value | ) |
Sets value
Created in NX8.0.1.
License requirements : nx_correl_update ("FE Model Update")
value | value |
void NXOpen::CAE::ModelUpdateDesignVariable::SetWeight | ( | double | weight | ) |
Sets weight
Created in NX8.0.1.
License requirements : nx_correl_update ("FE Model Update")
weight | weight |