ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
.
More...
ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
.
Example of calling the class object:
app.GetModel(0).GetStudy(0).GetOptimizationTable().GetParametricItem(0)
| String ParametricRange::GetItemName |
( |
| ) |
|
Returns the variable name.
- Returns
- Variable name
| double ParametricRange::GetMax |
( |
| ) |
|
Returns the maximum value.
- Returns
- Maximum value
| double ParametricRange::GetMin |
( |
| ) |
|
Returns the minimum value.
- Returns
- Minimum value
| String ParametricRange::GetParameterName |
( |
| ) |
|
Returns the parameter name.
- Returns
- Parameter name
| bool ParametricRange::IsModifyMaxValueRange |
( |
| ) |
|
Returns whether to search the parameter range for the maximum value.
- Returns
- Whether to search the parameter range for the maximum value
| bool ParametricRange::IsModifyMinValueRange |
( |
| ) |
|
Returns whether to search the parameter range for the minimum value.
- Returns
- Whether to search the parameter range for the minimum value
| bool ParametricRange::IsValid |
( |
| ) |
|
Returns True as a return value if an object is valid.
- Returns
- Whether or not the ParametricRange object is valid
| void ParametricRange::SetMax |
( |
double |
max | ) |
|
Specifies the maximum value.
- Parameters
-
| void ParametricRange::SetMin |
( |
double |
min | ) |
|
Specifies the minimum value.
- Parameters
-
| void ParametricRange::SetModifyMaxValueRange |
( |
bool |
flag | ) |
|
Specifies whether to search the parameter range for the maximum value.
- Parameters
-
| flag | Whether to search the parameter range for the maximum value |
| void ParametricRange::SetModifyMinValueRange |
( |
bool |
flag | ) |
|
Specifies whether to search the parameter range for the minimum value.
- Parameters
-
| flag | Whether to search the parameter range for the minimum value |