![]() | Boundary Class |
The Boundary type exposes the following members.
Name | Description | |
---|---|---|
![]() | All | Gets/Sets all boundary sides to the same property. |
![]() | LayerCount | Gets/Sets number of layers when using a PML boundary condition. |
![]() | Order | Gets/Sets order of the conductivity function when using a PML boundary condition. |
![]() | Reflection | Gets/Sets percent reflection when using a PML boundary condition. |
![]() | XMax | Gets/Sets boundary type on upper x surface. |
![]() | XMin | Gets/Sets boundary type on lower x surface. |
![]() | YMax | Gets/Sets boundary type on upper y surface. |
![]() | YMin | Gets/Sets boundary type on lower y surface. |
![]() | ZMax | Gets/Sets boundary type on upper z surface. |
![]() | ZMin | Gets/Sets boundary type on lower z surface. |
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) |
![]() | 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.V25.Core.Domain import Domain as Domain from ema3d.Api.V25.Core.Domain import BoundaryType as BoundaryType # Get/Create Domain _dom = Domain.GetInstance() # Modify Boundary _dom.Boundary.XMin = BoundaryType.PEC _dom.Boundary.YMin = BoundaryType.PMC