Click or drag to resize

IAppInitializeSimulation Method

Starts initialization steps of the simulation, in particular performs geometry preprocessing. It is has to be called before calling GenerateMesh(IProject) and Simulate(IProject).

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void InitializeSimulation(
	IProject project
)

Parameters

project
Type: EMInvent.InventSim.COMServerIProject
Project to initialize simulation. The project has to be opened in the application.
See Also