Settings Class |
The Settings type exposes the following members.
| Name | Description | |
|---|---|---|
| AutomaticPacking | Determines whether MHarness cable is automatically repacked when modifying the cable. | |
| DomainBufferValue | Value for domain size buffer. | |
| GenerateAllChargeFiles | Allows the enabling and disabling of the automatic removal of Charge files unnecessary for simulation. Enable to generate all Charge files for more information. | |
| RenderAfterMesh | Determines whether the mesh is rendered in the window after mesh has been created. | |
| UseChargeHDF5 | Allows the enabling and disabling of Charge writing results as an HDF5 file. When disabled, text files are generated instead. | |
| UseGPUSolver | Allows the enabling and disabling of the GPU accelerated solver for EMA3D, not CHARGE, simulations. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetInstance | Gets the global settings instance, synchronized with the UI. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V26 import Settings as Settings _settings = Settings.GetInstance() _settings.UseChargeHDF5 = True _settings.GenerateAllChargeFiles = False