| title | FreeLineLoad |
|---|
- setFreeLineLoadParameters(load, load_distribution, load_values) ⇒
Object Set parameters to free line load depend on load distribution
Kind: global class
- FreeLineLoad
- new FreeLineLoad(no, load_case, surfaces, comment, params)
- .Uniform(no, load_case, surfaces, load_values, load_projection, load_direction, load_acting_region_from, load_acting_region_to, comment, params) ⇒
Object - .Linear(no, load_case, surfaces, load_values, load_projection, load_direction, load_acting_region_from, load_acting_region_to, comment, params) ⇒
Object
Creates free line load
Returns: Object - Created free line load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of free line load, can be undefined |
| load_case | Object |
Load case |
| surfaces | Array |
List of surface indexes |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
freeLineLoad.Uniform(no, load_case, surfaces, load_values, load_projection, load_direction, load_acting_region_from, load_acting_region_to, comment, params) ⇒ Object
Creates free line uniform load
Kind: instance method of FreeLineLoad
Returns: Object - Created free line uniform load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of free line uniform load, can be undefined |
| load_case | Object |
Load case |
| surfaces | Array |
List of surface indexes |
| load_values | Array |
Load parameters |
| load_projection | String |
Load projection, can be undefined |
| load_direction | String |
Load direction, can be undefined |
| load_acting_region_from | Number |
Start of load acting region, can be undefined |
| load_acting_region_to | Number |
End of load acting region, can be undefined |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
freeLineLoad.Linear(no, load_case, surfaces, load_values, load_projection, load_direction, load_acting_region_from, load_acting_region_to, comment, params) ⇒ Object
Creates free line linear load
Kind: instance method of FreeLineLoad
Returns: Object - Created free line linear load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of free line linear load, can be undefined |
| load_case | Object |
Load case |
| surfaces | Array |
List of surface indexes |
| load_values | Array |
Load parameters |
| load_projection | String |
Load projection, can be undefined |
| load_direction | String |
Load direction, can be undefined |
| load_acting_region_from | Number |
Start of load acting region, can be undefined |
| load_acting_region_to | Number |
End of load acting region, can be undefined |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
Set parameters to free line load depend on load distribution
Kind: global function
Returns: Object - Returns modified load
| Param | Type | Description |
|---|---|---|
| load | Object |
Load |
| load_distribution | String |
Load distribution |
| load_values | Array |
Load parameters depend of load distribution - "Force": [p, X1, Y1, X2, Y2] - "Linear": [p1, p2, X1, Y1, X2, Y2] |