|
NX Open C++ Reference Guide
|
Represents the control parameters of shape optimization
Created in NX8.5.0.
More...
Public Types | |
| enum | DisplacementStepsize { DisplacementStepsizeMinimum, DisplacementStepsizeAverage } |
| the step size option for incrementing the displacement during the optimization operation More... | |
Public Member Functions | |
| NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::DisplacementStepsize | DisplacementStepSize () |
| Returns the step size option for modifying the displacement during the optimization operation Created in NX8.5.0. | |
| double | Scale () |
| Returns the scale factor Created in NX8.5.0. | |
| void | SetDisplacementStepSize (NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::DisplacementStepsize stepSizeOption) |
| Sets the step size option for modifying the displacement during the optimization operation Created in NX8.5.0. | |
| void | SetScale (double scale) |
| Sets the scale factor Created in NX8.5.0. | |
Represents the control parameters of shape optimization
Created in NX8.5.0.
| NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::DisplacementStepsize NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::DisplacementStepSize | ( | ) |
Returns the step size option for modifying the displacement during the optimization operation
Created in NX8.5.0.
License requirements : None
| double NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::Scale | ( | ) |
Returns the scale factor
Created in NX8.5.0.
License requirements : None
| void NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::SetDisplacementStepSize | ( | NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::DisplacementStepsize | stepSizeOption | ) |
Sets the step size option for modifying the displacement during the optimization operation
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
| stepSizeOption | stepsizeoption |
| void NXOpen::CAE::Optimization::TBSShapeOptimizationParameters::SetScale | ( | double | scale | ) |
Sets the scale factor
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
| scale | scale |