ConfigurationsOptions#
- class ansys.aedt.core.generic.configurations.ConfigurationsOptions(is_layout=False)#
Options class for the configurations. User can enable or disable import export components.
Methods
Set all export properties to True.
Set all import properties to True.
Set all export properties to False.
Set all import properties to False.
Attributes
Define if the boundaries have to be exported to json file.
Define if the Coordinate Systems have to be exported to json file.
Define if datasets have to be exported to json file.
Define if the materials have to be exported to json file.
Define if the Mesh Operations have to be exported to json file.
Define if object properties have to be exported to json file.
Define if the optimizations have to be exported to json file.
Define if the parametrics have to be exported to json file.
Define if the setups have to be exported to json file.
Define if the variables have to be exported into json file.
Define if the boundaries have to be imported/created from json file.
Define if the Coordinate Systems have to be imported/created from json file.
Define if datasets have to be imported from json file.
Define if the materials have to be imported/created from json file.
Define if the Mesh Operations have to be imported/created from json file.
Define if object properties have to be imported/created from json file.
Define if the optimizations have to be imported/created from json file.
Define if the output variables have to be imported/created from json file.
Define if the parametrics have to be imported/created from json file.
Define if the setups have to be imported/created from json file.
Define if the variablbes have to be imported/created from json file.
Get/Set the tolerance value to be used in the object mapping (used e.g. for boundaries).
Define if the existing boundaries or properties will be updated or not.