Table of Contents

Class FdScript

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

Fdscript root class

public class FdScript
Inheritance
FdScript
Inherited Members
Extension Methods

Constructors

FdScript(string, params CmdCommand[])

public FdScript(string logFilePath, params CmdCommand[] commands)

Parameters

logFilePath string
commands CmdCommand[]

FdScript(string, List<CmdCommand>)

public FdScript(string logFilePath, List<CmdCommand> commands)

Parameters

logFilePath string
commands List<CmdCommand>

Fields

Commands

public List<CmdCommand> Commands

Field Value

List<CmdCommand>

Version

public static readonly string Version

Field Value

string

Properties

Header

public FdScriptHeader Header { get; set; }

Property Value

FdScriptHeader

Methods

Add(CmdCommand)

public void Add(CmdCommand command)

Parameters

command CmdCommand

Serialize(string)

public void Serialize(string path)

Parameters

path string