Table of Contents

Class CmdGlobalCfg

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class CmdGlobalCfg : CmdCommand
Inheritance
CmdGlobalCfg
Inherited Members
Extension Methods

Constructors

CmdGlobalCfg(params GlobConfig[])

public CmdGlobalCfg(params GlobConfig[] globConfigs)

Parameters

globConfigs GlobConfig[]

CmdGlobalCfg(MeshGeneral, MeshElements, MeshFunctions, MeshPrepare, PeaksmMethod, PeaksmAuto, SoilCalculation)

public CmdGlobalCfg(MeshGeneral meshGeneral, MeshElements meshElements, MeshFunctions meshFunctions, MeshPrepare meshPrepare, PeaksmMethod peaksmMethod, PeaksmAuto peaksmAuto, SoilCalculation soilCalculation)

Parameters

meshGeneral MeshGeneral
meshElements MeshElements
meshFunctions MeshFunctions
meshPrepare MeshPrepare
peaksmMethod PeaksmMethod
peaksmAuto PeaksmAuto
soilCalculation SoilCalculation

CmdGlobalCfg(List<GlobConfig>)

public CmdGlobalCfg(List<GlobConfig> globConfigs)

Parameters

globConfigs List<GlobConfig>

Fields

Command

public string Command

Field Value

string

Properties

MeshElements

public MeshElements MeshElements { get; set; }

Property Value

MeshElements

MeshGeneral

public MeshGeneral MeshGeneral { get; set; }

Property Value

MeshGeneral

MeshPrepare

public MeshPrepare MeshPrepare { get; set; }

Property Value

MeshPrepare

Meshfunctions

public MeshFunctions Meshfunctions { get; set; }

Property Value

MeshFunctions

PeaksmAuto

public PeaksmAuto PeaksmAuto { get; set; }

Property Value

PeaksmAuto

PeaksmMethod

public PeaksmMethod PeaksmMethod { get; set; }

Property Value

PeaksmMethod

SoilCalculation

public SoilCalculation SoilCalculation { get; set; }

Property Value

SoilCalculation

Methods

Default()

public static CmdGlobalCfg Default()

Returns

CmdGlobalCfg

DeserializeCmdGlobalCfgFromFilePath(string)

Deserialize CmdGlobalCfg from resource.

public static CmdGlobalCfg DeserializeCmdGlobalCfgFromFilePath(string filePath)

Parameters

filePath string

Returns

CmdGlobalCfg

ToXElement()

public override XElement ToXElement()

Returns

XElement