ConfigurationsOptions#

class pyaedt.generic.configurations.ConfigurationsOptions(is_layout=False)[source]#

Options class for the configurations. User can enable or disable import export components.

Methods

ConfigurationsOptions.set_all_export()

Set all export properties to True.

ConfigurationsOptions.set_all_import()

Set all import properties to True.

ConfigurationsOptions.unset_all_export()

Set all export properties to False.

ConfigurationsOptions.unset_all_import()

Set all import properties to False.

Attributes

ConfigurationsOptions.export_boundaries

Define if the boundaries have to be exported to json file.

ConfigurationsOptions.export_coordinate_systems

Define if the Coordinate Systems have to be exported to json file.

ConfigurationsOptions.export_datasets

Define if datasets have to be exported to json file.

ConfigurationsOptions.export_materials

Define if the materials have to be exported to json file.

ConfigurationsOptions.export_mesh_operations

Define if the Mesh Operations have to be exported to json file.

ConfigurationsOptions.export_object_properties

Define if object properties have to be exported to json file.

ConfigurationsOptions.export_optimizations

Define if the optimizations have to be exported to json file.

ConfigurationsOptions.export_parametrics

Define if the parametrics have to be exported to json file.

ConfigurationsOptions.export_setups

Define if the setups have to be exported to json file.

ConfigurationsOptions.export_variables

Define if the variables have to be exported into json file.

ConfigurationsOptions.import_boundaries

Define if the boundaries have to be imported/created from json file.

ConfigurationsOptions.import_coordinate_systems

Define if the Coordinate Systems have to be imported/created from json file.

ConfigurationsOptions.import_datasets

Define if datasets have to be imported from json file.

ConfigurationsOptions.import_materials

Define if the materials have to be imported/created from json file.

ConfigurationsOptions.import_mesh_operations

Define if the Mesh Operations have to be imported/created from json file.

ConfigurationsOptions.import_object_properties

Define if object properties have to be imported/created from json file.

ConfigurationsOptions.import_optimizations

Define if the optimizations have to be imported/created from json file.

ConfigurationsOptions.import_output_variables

Define if the output variables have to be imported/created from json file.

ConfigurationsOptions.import_parametrics

Define if the parametrics have to be imported/created from json file.

ConfigurationsOptions.import_setups

Define if the setups have to be imported/created from json file.

ConfigurationsOptions.import_variables

Define if the variablbes have to be imported/created from json file.

ConfigurationsOptions.object_mapping_tolerance

Get/Set the tolerance value to be used in the object mapping (used e.g. for boundaries).

ConfigurationsOptions.skip_import_if_exists

Define if the existing boundaries or properties will be updated or not.