◆ CheckAndFixNotMatchingSettings()
def json_settings_utility.JsonSettingsUtility.CheckAndFixNotMatchingSettings |
( |
|
supplied_settings, |
|
|
|
expected_settings |
|
) |
| |
|
static |
Check and fix not matching settings from origin to destination.
◆ CheckAndTransferMatchingValueType()
def json_settings_utility.JsonSettingsUtility.CheckAndTransferMatchingValueType |
( |
|
origin_value, |
|
|
|
destination_value |
|
) |
| |
|
static |
◆ CheckMatchingValueType()
def json_settings_utility.JsonSettingsUtility.CheckMatchingValueType |
( |
|
origin_value, |
|
|
|
destination_value |
|
) |
| |
|
static |
◆ TransferMatchingSettingsToDestination()
def json_settings_utility.JsonSettingsUtility.TransferMatchingSettingsToDestination |
( |
|
origin_settings, |
|
|
|
destination_settings |
|
) |
| |
|
static |
Transfer matching settings from origin to destination.
If there is any name/value in the origin settings matching with the destination settings,
then the setting value is assigned to the destination, and deleted from the origin.
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/applications/SolidMechanicsApplication/python_scripts/json_settings_utility.py