Click or drag to resize

ChargeBodySourceManagerAssignAnalyticSource(IEnumerableIDesignBody, Double) Method

Assigns an analytic source with a specified source strength to multiple bodies.

Namespace: ema3d.Api.V26.Charging.Excitation
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public void AssignAnalyticSource(
	IEnumerable<IDesignBody> bodies,
	double sourceStrength
)

Parameters

bodies  IEnumerableIDesignBody
The bodies to assign the Analytic Source to.
sourceStrength  Double
The source strength of the Analytic Source.
See Also