Table of Contents

Class CmdListGen

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd CMDLISTGEN

public class CmdListGen : CmdCommand
Inheritance
CmdListGen
Inherited Members
Extension Methods

Constructors

CmdListGen(string, string, IStructureElement, bool)

public CmdListGen(string bscPath, string outPath, IStructureElement elements, bool regional = false)

Parameters

bscPath string
outPath string
elements IStructureElement
regional bool

CmdListGen(string, string, bool)

public CmdListGen(string bscPath, string outPath, bool regional = false)

Parameters

bscPath string
outPath string
regional bool

CmdListGen(string, string, List<IStructureElement>, bool)

public CmdListGen(string bscPath, string outPath, List<IStructureElement> elements, bool regional = false)

Parameters

bscPath string
outPath string
elements List<IStructureElement>
regional bool

Fields

Command

public string Command

Field Value

string

Properties

Bsc

public Bsc Bsc { get; set; }

Property Value

Bsc

BscFile

public string BscFile { get; set; }

Property Value

string

FillCells

public bool FillCells { get; set; }

Property Value

bool

Headers

public bool Headers { get; set; }

Property Value

bool

IgnoreCaseName

public bool IgnoreCaseName { get; set; }

Property Value

bool

OutFile

public string OutFile { get; set; }

Property Value

string

Regional

public bool Regional { get; set; }

Property Value

bool

StructureElements

public List<IStructureElement> StructureElements { get; set; }

Property Value

List<IStructureElement>

_elementGuids

public List<Guid> _elementGuids { get; }

Property Value

List<Guid>

_fillCells

public bool _fillCells { get; set; }

Property Value

bool

_headers

public bool _headers { get; set; }

Property Value

bool

_ignoreCaseName

public bool _ignoreCaseName { get; set; }

Property Value

bool

_regional

public bool _regional { get; set; }

Property Value

bool

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement