![]() | Domain Class |
The Domain type exposes the following members.
Name | Description | |
---|---|---|
![]() | Background | The FDTD Domain Background. |
![]() | Boundary | The FDTD Domain Boundary. |
![]() | Document | Document which Domain resides. |
![]() | Lattice | The FDTD Domain Lattice. |
![]() | Time | The FDTD Domain Time settings. |
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 | Get the current domain instance in the document, or create a new one if it doesn't exist. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ResetDomainBounds | Resets Domain bounds to encapsulate geometry with the recommended EMC Buffer for more efficient problem space |
![]() ![]() | ResetDomainBounds(Domain) | Resets Domain bounds to encapsulate geometry with the recommended EMC Buffer for more efficient problem space |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V25.Core.Domain import Domain as Domain _dom = Domain.GetInstance() _dom.ResetDomainBounds()