Table of Contents

Class Design

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd DESIGNCALC

public class Design
Inheritance
Design
Inherited Members
Extension Methods

Constructors

Design(CmdUserModule, bool, bool, bool, bool)

public Design(CmdUserModule mode, bool autoDesign = false, bool check = true, bool loadCombination = true, bool applyChanges = false)

Parameters

mode CmdUserModule
autoDesign bool
check bool
loadCombination bool
applyChanges bool

Design(bool, bool, bool, bool)

public Design(bool autoDesign = false, bool check = true, bool loadCombination = true, bool applyChanges = false)

Parameters

autoDesign bool
check bool
loadCombination bool

True if you want the design to be based on Load Combination. False if you want the design to be based on Load Group

applyChanges bool

True will force FemDesign to apply the new cross sections to the model at the end of the design process.

Properties

ApplyChanges

public bool ApplyChanges { get; set; }

Property Value

bool

AutoDesign

public bool AutoDesign { get; set; }

Property Value

bool

CMax

public string CMax { get; set; }

Property Value

string

Check

public bool Check { get; set; }

Property Value

bool

GMax

public string GMax { get; set; }

Property Value

string

Mode

public CmdUserModule Mode { get; set; }

Property Value

CmdUserModule