Click or drag to resize

ChargeSimulationCreate Method

Initializes a new ChargeSimulation from a given filepath or directory.

Namespace: ema3d.Api.V25.Charging.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static ChargeSimulation Create(
	string filePath,
	Document document = null
)

Parameters

filePath  String
Path to a valid .CIN file or directory containing that file.
document  Document  (Optional)
Document object to connect simulation to.

Return Value

ChargeSimulation
See Also