Click or drag to resize

HarnessWriterCreate Method

Creates a new standard .inp file writer for the provided document.

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static HarnessWriter Create(
	Document document,
	Simulation simulation
)

Parameters

document  Document
The document to export.
simulation  Simulation
The document to export.

Return Value

HarnessWriter
See Also