| title | LineSetLoad |
|---|
Kind: global class
- LineSetLoad
- new LineSetLoad(no, load_case, line_sets, comment, params)
- .Force(no, load_case, line_sets, load_distribution, load_values, load_direction, comment, params) ⇒
Object - .Moment(no, load_case, line_sets, load_distribution, load_values, load_direction, comment, params) ⇒
Object - .Mass(no, load_case, line_sets, load_value, comment, params) ⇒
Object - .ReferDistanceLineSetEnd(value)
- .LoadOverLineSet(value)
- .IndividualMassComponents(MX, MY, MZ)
Creates line set load
Returns: Object - Created line set load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of line set load, can be undefined |
| load_case | Object |
Load case |
| line_sets | Array |
List of line sets indexes |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
lineSetLoad.Force(no, load_case, line_sets, load_distribution, load_values, load_direction, comment, params) ⇒ Object
Creates line set force load
Kind: instance method of LineSetLoad
Returns: Object - Created line set force load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of line set load, can be undefined |
| load_case | Object |
Load case |
| line_sets | Array |
List of line sets |
| load_distribution | String |
Load distribution |
| load_values | Array |
Load parameters depend on load distribution (for more information look at setLineLoadDistribution function) |
| load_direction | String |
Load direction, can be undefined |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
lineSetLoad.Moment(no, load_case, line_sets, load_distribution, load_values, load_direction, comment, params) ⇒ Object
Creates line set moment load
Kind: instance method of LineSetLoad
Returns: Object - Created line set moment load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of line set load, can be undefined |
| load_case | Object |
Load case |
| line_sets | Array |
List of line sets |
| load_distribution | String |
Load distribution |
| load_values | Array |
Load parameters depend on load distribution (for more information look at setLineLoadDistribution function) |
| load_direction | String |
Load direction, can be undefined |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
Creates line set mass load
Kind: instance method of LineSetLoad
Returns: Object - Created line set mass load
| Param | Type | Description |
|---|---|---|
| no | Number |
Index of line set load, can be undefined |
| load_case | Object |
Load case |
| line_sets | Array |
List of line sets |
| load_value | Number |
Uniform parameter value |
| comment | String |
Comment, can be undefined |
| params | Object |
Load parameters, can be undefined |
Sets option for refer distance to the end of line set
Kind: instance method of LineSetLoad
| Param | Type | Description |
|---|---|---|
| value | Boolean |
When undefined, true as default |
Sets option for load over total length of line set (only for trapezoidal load distribution)
Kind: instance method of LineSetLoad
| Param | Type | Description |
|---|---|---|
| value | Boolean |
When undefined, true as default |
Sets individual mass components (only for mass load)
Kind: instance method of LineSetLoad
| Param | Type | Description |
|---|---|---|
| MX | Number |
Mass in X coordination, can be undefined |
| MY | Number |
Mass in Y coordination, can be undefined |
| MZ | Number |
Mass in Z coordination, can be undefined |