Class ModelGeneralLoadGroup
load_case (child of load_group_table)
public class ModelGeneralLoadGroup
- Inheritance
-
ModelGeneralLoadGroup
- Inherited Members
- Extension Methods
Constructors
ModelGeneralLoadGroup()
parameterless constructor for serialization
public ModelGeneralLoadGroup()
ModelGeneralLoadGroup(LoadGroupBase)
Public constructor
public ModelGeneralLoadGroup(LoadGroupBase LoadGroup)
Parameters
LoadGroupLoadGroupBaseSpecific load group object
Properties
AccidentalLoadGroup
public Accidental_load_group AccidentalLoadGroup { get; set; }
Property Value
ConsiderInGmax
public bool ConsiderInGmax { get; set; }
Property Value
Guid
public Guid Guid { get; set; }
Property Value
ModelLoadGroupPermanent
public LoadGroupPermanent ModelLoadGroupPermanent { get; set; }
Property Value
ModelLoadGroupTemporary
public LoadGroupTemporary ModelLoadGroupTemporary { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SeismicLoadGroup
public Seismic_load_group SeismicLoadGroup { get; set; }
Property Value
StressLoadGroup
public Stress_load_group StressLoadGroup { get; set; }
Property Value
Methods
AddSpecificLoadGroup(LoadGroupBase, bool)
Assignes the load group to the correct field depending on its type
public void AddSpecificLoadGroup(LoadGroupBase loadGroup, bool replaceExisting)
Parameters
loadGroupLoadGroupBasereplaceExistingboolTrue if the general load group already contains a specific load group
GetLoadCaseGuidsAsString()
Get LoadCase guids of LoadCases in LoadCombination.
public List<string> GetLoadCaseGuidsAsString()
Returns
GetLoadCases()
Gets the load cases of the specific load group that the general load group owns
public List<LoadCase> GetLoadCases()
Returns
GetLoadGroupType()
Gets the load group type of the specific load group that the general load group owns
public ELoadGroupType GetLoadGroupType()
Returns
- ELoadGroupType
The type pf the load group
GetSpecificLoadGroup()
Gets the specific load group from one of the general load groups fields
public LoadGroupBase GetSpecificLoadGroup()