ParameterSettingStatus class This class specifies the display status of the analysis parameter list.
This class can be called from the Study / Model / AnalysisGroup class.
.
More...
Public Member Functions | |
| void | AddLowerFrame (int frame) |
| Adds display items in the lower area. More... | |
| void | AddUpperFrame (int frame) |
| Adds display items in the upper area. More... | |
| void | ClearLowerFrame () |
| Clears the display items in the lower area. | |
| void | ClearUpperFrame () |
| Clears the display items in the upper area. | |
| bool | GetCaseParameter () |
| Returns True if display the case parameter table. More... | |
| bool | GetCircuit () |
| Returns True if display the circuit parameter table. More... | |
| bool | GetCondition () |
| Returns True if display the condition parameter table. More... | |
| bool | GetDesignVariable () |
| Obsolete function. More... | |
| bool | GetEquation () |
| Returns True if display the equation table. More... | |
| bool | GetGeometry () |
| Returns True if display the cad parameter table. More... | |
| Variant | GetLowerFrame () |
| Returns the display items in the lower area. More... | |
| bool | GetMaterial () |
| Returns True if display the material parameter table. More... | |
| bool | GetMeasurement () |
| Returns True if display the measurement variables table. More... | |
| bool | GetMeshProperty () |
| Returns True if display the mesh property parameter table. More... | |
| bool | GetOnlyDesignParameter () |
| Returns whether to display only design parameters in the case list table. More... | |
| bool | GetOnlyResponse () |
| Returns whether to display only the response value in the result table. More... | |
| bool | GetPreset () |
| Returns whether it is a preset setting for scenario execution. More... | |
| bool | GetStudyProperty () |
| Returns True if display the study property parameter table. More... | |
| Variant | GetUpperFrame () |
| Returns the display items in the upper area. More... | |
| bool | GetWindingProperty () |
| Returns True if display the winding property parameter table. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| void | SetCaseParameter (bool check) |
| Specifies whether to display the case parameter table. More... | |
| void | SetCircuit (bool check) |
| Specifies whether to display the circuit parameter table. More... | |
| void | SetCondition (bool check) |
| Specifies whether to display the condition parameter table. More... | |
| void | SetDesignVariable (bool check) |
| Obsolete function. More... | |
| void | SetEquation (bool check) |
| Specifies whether to display the equation table. More... | |
| void | SetGeometry (bool check) |
| Specifies whether to display the cad parameter table. More... | |
| void | SetMaterial (bool check) |
| Specifies whether to display the material parameter table. More... | |
| void | SetMeasurement (bool check) |
| Specifies whether to display the measurement variable table. More... | |
| void | SetMeshProperty (bool check) |
| Specifies whether to display the mesh property parameter table. More... | |
| void | SetOnlyDesignParameter (bool check) |
| Specifies whether to display only design parameters in the design table. More... | |
| void | SetOnlyResponse (bool check) |
| Specifies whether to display only the response value in the result table. More... | |
| void | SetPreset (bool check) |
| Specifies whether to use display item presets. More... | |
| void | SetStudyProperty (bool check) |
| Specifies whether to display the study property parameter table. More... | |
| void | SetWindingProperty (bool check) |
| Specifies whether to display the winding property parameter table. More... | |
ParameterSettingStatus class This class specifies the display status of the analysis parameter list.
This class can be called from the Study / Model / AnalysisGroup class.
.
Example of calling the class object:
| void ParameterSettingStatus::AddLowerFrame | ( | int | frame | ) |
| void ParameterSettingStatus::AddUpperFrame | ( | int | frame | ) |
| bool ParameterSettingStatus::GetCaseParameter | ( | ) |
Returns True if display the case parameter table.
| bool ParameterSettingStatus::GetCircuit | ( | ) |
Returns True if display the circuit parameter table.
| bool ParameterSettingStatus::GetCondition | ( | ) |
Returns True if display the condition parameter table.
| bool ParameterSettingStatus::GetDesignVariable | ( | ) |
Obsolete function.
| bool ParameterSettingStatus::GetEquation | ( | ) |
Returns True if display the equation table.
| bool ParameterSettingStatus::GetGeometry | ( | ) |
Returns True if display the cad parameter table.
| Variant ParameterSettingStatus::GetLowerFrame | ( | ) |
Returns the display items in the lower area.
| bool ParameterSettingStatus::GetMaterial | ( | ) |
Returns True if display the material parameter table.
| bool ParameterSettingStatus::GetMeasurement | ( | ) |
Returns True if display the measurement variables table.
| bool ParameterSettingStatus::GetMeshProperty | ( | ) |
Returns True if display the mesh property parameter table.
| bool ParameterSettingStatus::GetOnlyDesignParameter | ( | ) |
Returns whether to display only design parameters in the case list table.
| bool ParameterSettingStatus::GetOnlyResponse | ( | ) |
Returns whether to display only the response value in the result table.
| bool ParameterSettingStatus::GetPreset | ( | ) |
Returns whether it is a preset setting for scenario execution.
| bool ParameterSettingStatus::GetStudyProperty | ( | ) |
Returns True if display the study property parameter table.
| Variant ParameterSettingStatus::GetUpperFrame | ( | ) |
Returns the display items in the upper area.
| bool ParameterSettingStatus::GetWindingProperty | ( | ) |
Returns True if display the winding property parameter table.
| bool ParameterSettingStatus::IsValid | ( | ) |
Returns True if an object is valid.
| void ParameterSettingStatus::SetCaseParameter | ( | bool | check | ) |
Specifies whether to display the case parameter table.
| check | Whether to display the table |
| void ParameterSettingStatus::SetCircuit | ( | bool | check | ) |
Specifies whether to display the circuit parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetCondition | ( | bool | check | ) |
Specifies whether to display the condition parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetDesignVariable | ( | bool | check | ) |
Obsolete function.
| void ParameterSettingStatus::SetEquation | ( | bool | check | ) |
Specifies whether to display the equation table.
| check | Whether to display the table |
| void ParameterSettingStatus::SetGeometry | ( | bool | check | ) |
Specifies whether to display the cad parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetMaterial | ( | bool | check | ) |
Specifies whether to display the material parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetMeasurement | ( | bool | check | ) |
Specifies whether to display the measurement variable table.
| check | Whether to display the table |
| void ParameterSettingStatus::SetMeshProperty | ( | bool | check | ) |
Specifies whether to display the mesh property parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetOnlyDesignParameter | ( | bool | check | ) |
Specifies whether to display only design parameters in the design table.
| check | Whether to display only design parameters |
| void ParameterSettingStatus::SetOnlyResponse | ( | bool | check | ) |
Specifies whether to display only the response value in the result table.
| check | Whether to display only the response value |
| void ParameterSettingStatus::SetPreset | ( | bool | check | ) |
Specifies whether to use display item presets.
| check | Whether to set a scenario execution preset |
| void ParameterSettingStatus::SetStudyProperty | ( | bool | check | ) |
Specifies whether to display the study property parameter table.
| check | Whether to display the parameter table |
| void ParameterSettingStatus::SetWindingProperty | ( | bool | check | ) |
Specifies whether to display the winding property parameter table.
| check | Whether to display the parameter table |