Table of Contents

Class Bsc

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd fdscript root

public class Bsc
Inheritance
Bsc
Inherited Members
Extension Methods

Constructors

Bsc(ListProc, string, string, UnitResults, Options)

Constructor for .bsc files.

public Bsc(ListProc resultType, string bscPath, string loadCaseCombName = null, UnitResults unitResult = null, Options options = null)

Parameters

resultType ListProc
bscPath string
loadCaseCombName string
unitResult UnitResults
options Options

Exceptions

ArgumentException

Fields

XmlAttrib

public const string XmlAttrib = "fdscript.xsd"

Field Value

string

_cmdDocTable

public CmdDocTable _cmdDocTable

Field Value

CmdDocTable

Properties

BscPath

public string BscPath { get; set; }

Property Value

string

CmdEndSession

public CmdEndSession CmdEndSession { get; set; }

Property Value

CmdEndSession

DocTable

public DocTable DocTable { get; set; }

Property Value

DocTable

FdScriptHeader

public FdScriptHeader FdScriptHeader { get; set; }

Property Value

FdScriptHeader

Methods

BscPathFromResultTypes(IEnumerable<Type>, string, UnitResults, Options, bool)

public static List<string> BscPathFromResultTypes(IEnumerable<Type> resultTypes, string strPath, UnitResults units = null, Options options = null, bool allLoadCase = true)

Parameters

resultTypes IEnumerable<Type>
strPath string
units UnitResults
options Options
allLoadCase bool

Returns

List<string>

SerializeBsc()

Serialize bsc.

public void SerializeBsc()

Operators

implicit operator List<string>(Bsc)

public static implicit operator List<string>(Bsc bsc)

Parameters

bsc Bsc

Returns

List<string>