Skip to content

Latest commit

 

History

History
125 lines (92 loc) · 5.2 KB

File metadata and controls

125 lines (92 loc) · 5.2 KB
title LineSetLoad

LineSetLoad

LineSetLoad

Kind: global class

new LineSetLoad(no, load_case, line_sets, comment, params)

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

lineSetLoad.Mass(no, load_case, line_sets, load_value, comment, params) ⇒ Object

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

lineSetLoad.ReferDistanceLineSetEnd(value)

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

lineSetLoad.LoadOverLineSet(value)

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

lineSetLoad.IndividualMassComponents(MX, MY, MZ)

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