Click or drag to resize

EMBoundaryConditionCreate Method

Creates a new EMBoundaryCondition object in the current document when provided a list of faces from the geometry.

Namespace: ema3d.Api.V26.Charging.Boundaries
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static EMBoundaryCondition Create(
	IEnumerable<IDesignFace> geometry,
	Document document = null
)

Parameters

geometry  IEnumerableIDesignFace
List of surfaces from the model to apply the boundary condition to.
document  Document  (Optional)
Document object to create new EM boundary in.

Return Value

EMBoundaryCondition
A new electromagnetic boundary object on the provided geometry.
See Also