Method | Description | |
---|---|---|
AddLoadNature ( int index ) : bool |
add a new load nature
|
|
DuplicateLoadCase ( int index ) : bool |
Duplicate a new load case
|
|
IsCaseNameUnique ( string name ) : bool |
check if the case's name is unique
|
|
IsNatureNameUnique ( string name ) : bool |
check if the nature's name is unique
|
|
LoadCaseDeal ( |
Default constructor of LoadCaseDeal
|
|
PrepareData ( ) : void |
prepare data for the dialog
|
Method | Description | |
---|---|---|
CreateLoadNatures ( ) : bool |
create some load case natures named EQ1, EQ2, W1, W2, W3, W4, Other
|
public AddLoadNature ( int index ) : bool | ||
index | int | the selected nature's index in the nature map |
return | bool |
public DuplicateLoadCase ( int index ) : bool | ||
index | int | |
return | bool |
public IsCaseNameUnique ( string name ) : bool | ||
name | string | the name to be checked |
return | bool |
public IsNatureNameUnique ( string name ) : bool | ||
name | string | the name to be checked |
return | bool |
public LoadCaseDeal ( |
||
dataBuffer | ||
return | System |