NX Open C++ Reference Guide
|
Represents a single objective
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateSingleObjective
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::CAE::Optimization::TBSDesignResponse * | DesignResponse () |
Returns the design response Created in NX8.0.0. | |
double | ReferenceValue () |
Returns the reference value Created in NX8.0.0. | |
void | SetDesignResponse (NXOpen::CAE::Optimization::TBSDesignResponse *designResponse) |
Sets the design response Created in NX8.0.0. | |
void | SetReferenceValue (double referenceValue) |
Sets the reference value Created in NX8.0.0. | |
void | SetWeight (double weight) |
Sets the weight of the design variable Created in NX8.0.0. | |
double | Weight () |
Returns the weight of the design variable Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a single objective
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateSingleObjective
Created in NX8.0.0.
NXOpen::CAE::Optimization::TBSDesignResponse* NXOpen::CAE::Optimization::TBSSingleObjective::DesignResponse | ( | ) |
Returns the design response
Created in NX8.0.0.
License requirements : None
double NXOpen::CAE::Optimization::TBSSingleObjective::ReferenceValue | ( | ) |
Returns the reference value
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSSingleObjective::SetDesignResponse | ( | NXOpen::CAE::Optimization::TBSDesignResponse * | designResponse | ) |
Sets the design response
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
designResponse | designresponse |
void NXOpen::CAE::Optimization::TBSSingleObjective::SetReferenceValue | ( | double | referenceValue | ) |
Sets the reference value
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
referenceValue | referencevalue |
void NXOpen::CAE::Optimization::TBSSingleObjective::SetWeight | ( | double | weight | ) |
Sets the weight of the design variable
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
weight | weight |
double NXOpen::CAE::Optimization::TBSSingleObjective::Weight | ( | ) |
Returns the weight of the design variable
Created in NX8.0.0.
License requirements : None