Table of Contents

Class LoadGroupTable

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

load_group_table

public class LoadGroupTable
Inheritance
LoadGroupTable
Inherited Members
Extension Methods

Constructors

LoadGroupTable(List<ModelGeneralLoadGroup>, LoadCombinationMethod)

Internal constructor. Used for GH components and Dynamo nodes.

public LoadGroupTable(List<ModelGeneralLoadGroup> loadGroups, LoadCombinationMethod combinationMethod = LoadCombinationMethod.False)

Parameters

loadGroups List<ModelGeneralLoadGroup>
combinationMethod LoadCombinationMethod

Fields

_lastChange

public string _lastChange

Field Value

string

Properties

Action

public string Action { get; set; }

Property Value

string

CustomTable

public Ldgrp_ct_type CustomTable { get; set; }

Property Value

Ldgrp_ct_type

GeneralLoadGroups

public List<ModelGeneralLoadGroup> GeneralLoadGroups { get; set; }

Property Value

List<ModelGeneralLoadGroup>

SimpleCombinationMethod

public LoadCombinationMethod SimpleCombinationMethod { get; set; }

Property Value

LoadCombinationMethod

Methods

EntityCreated()

Invoke when an instance is created.

public void EntityCreated()

EntityModified()

Invoke when an instance is modified.

Changes timestamp and action.

public void EntityModified()