Click or drag to resize

Domain Class

An EMA3D Domain object
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Core.DomainDomain

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class Domain

The Domain type exposes the following members.

Properties
 NameDescription
Public propertyBackground The FDTD Domain Background.
Public propertyBoundary The FDTD Domain Boundary.
Public propertyDocument Document which Domain resides.
Public propertyLattice The FDTD Domain Lattice.
Public propertyTime The FDTD Domain Time settings.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetInstance Get the current domain instance in the document, or create a new one if it doesn't exist.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodResetDomainBounds Resets Domain bounds to encapsulate geometry with the recommended EMC Buffer for more efficient problem space
Public methodStatic memberResetDomainBounds(Domain) Resets Domain bounds to encapsulate geometry with the recommended EMC Buffer for more efficient problem space
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Example
Python
from ema3d.Api.V25.Core.Domain import Domain as Domain

_dom = Domain.GetInstance()
_dom.ResetDomainBounds()
See Also