Click or drag to resize

ResultFileCollectionCreateE3D Method

Creates a ResultFileCollection based on the output of an EMA3D Simulation.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static ResultFileCollection CreateE3D(
	string file
)

Parameters

file  String
The root .emin file.

Return Value

ResultFileCollection
A collection of results associated with the input file.
See Also