Skip to content

Latest commit

 

History

History
102 lines (77 loc) · 4.35 KB

File metadata and controls

102 lines (77 loc) · 4.35 KB
title FreeLineLoad

FreeLineLoad

Classes

FreeLineLoad

Functions

setFreeLineLoadParameters(load, load_distribution, load_values)Object

Set parameters to free line load depend on load distribution

FreeLineLoad

Kind: global class

new FreeLineLoad(no, load_case, surfaces, comment, params)

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

setFreeLineLoadParameters(load, load_distribution, load_values) ⇒ Object

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]