Class CmdGlobalCfg
public class CmdGlobalCfg : CmdCommand
- Inheritance
-
CmdGlobalCfg
- Inherited Members
- Extension Methods
Constructors
CmdGlobalCfg(params GlobConfig[])
public CmdGlobalCfg(params GlobConfig[] globConfigs)
Parameters
globConfigsGlobConfig[]
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
meshGeneralMeshGeneralmeshElementsMeshElementsmeshFunctionsMeshFunctionsmeshPrepareMeshPreparepeaksmMethodPeaksmMethodpeaksmAutoPeaksmAutosoilCalculationSoilCalculation
CmdGlobalCfg(List<GlobConfig>)
public CmdGlobalCfg(List<GlobConfig> globConfigs)
Parameters
globConfigsList<GlobConfig>
Fields
Command
public string Command
Field Value
Properties
MeshElements
public MeshElements MeshElements { get; set; }
Property Value
MeshGeneral
public MeshGeneral MeshGeneral { get; set; }
Property Value
MeshPrepare
public MeshPrepare MeshPrepare { get; set; }
Property Value
Meshfunctions
public MeshFunctions Meshfunctions { get; set; }
Property Value
PeaksmAuto
public PeaksmAuto PeaksmAuto { get; set; }
Property Value
PeaksmMethod
public PeaksmMethod PeaksmMethod { get; set; }
Property Value
SoilCalculation
public SoilCalculation SoilCalculation { get; set; }
Property Value
Methods
Default()
public static CmdGlobalCfg Default()
Returns
DeserializeCmdGlobalCfgFromFilePath(string)
Deserialize CmdGlobalCfg from resource.
public static CmdGlobalCfg DeserializeCmdGlobalCfgFromFilePath(string filePath)
Parameters
filePathstring
Returns
ToXElement()
public override XElement ToXElement()
Returns
- XElement