DistributedLoad

DistributedLoad

new DistributedLoad(member, x_mag_A, y_mag_A, z_mag_A, x_mag_B, y_mag_B, z_mag_B, position_A, position_B, load_group, axes)

Creates an instance of the SkyCiv DistributedLoad class.

Parameters:
Name Type Default Description
member number

Member to which the distributed load will be applied. Identified by the member ID.

x_mag_A number 0

Magnitude of load in x-direction at the starting position A.

y_mag_A number 0

Magnitude of load in y-direction at the starting position A.

z_mag_A number 0

Magnitude of load in z-direction at the starting position A.

x_mag_B number 0

Magnitude of load in x-direction at the finish position B.

y_mag_B number 0

Magnitude of load in y-direction at the finish position B.

z_mag_B number 0

Magnitude of load in z-direction at the finish position B.

position_A number 0

Position along member where the distributed load starts. Expressed as a percentage.

position_B number 0

Position along member where the distributed load ends. Expressed as a percentage.

load_group number null

The load group to which the load belongs.

axes "global" | "local" global

The axes in which the distributed load will be applied.

Source: