Class Design
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
modeCmdUserModuleautoDesignboolcheckboolloadCombinationboolapplyChangesbool
Design(bool, bool, bool, bool)
public Design(bool autoDesign = false, bool check = true, bool loadCombination = true, bool applyChanges = false)
Parameters
autoDesignboolcheckboolloadCombinationboolTrue if you want the design to be based on Load Combination. False if you want the design to be based on Load Group
applyChangesboolTrue 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
AutoDesign
public bool AutoDesign { get; set; }
Property Value
CMax
public string CMax { get; set; }
Property Value
Check
public bool Check { get; set; }
Property Value
GMax
public string GMax { get; set; }
Property Value
Mode
public CmdUserModule Mode { get; set; }