Click or drag to resize

ChargeBodySourceManagerAssignAnalyticSource(IDesignBody, Double) Method

Assigns an analytic source with a specified source strength to a single body.

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

Parameters

body  IDesignBody
The body to assign the Analytic Source to.
sourceStrength  Double
The source strength of the Analytic Source.
See Also