Pressures

Pressures

new Pressures()

Creates an instance of the SkyCiv Pressures class.

Source:

Extends

Methods

(static) add(plate_id, axes, x_mag, y_mag, z_mag, load_group)

Create a pressure with the next available ID.

Parameters:
Name Type Description
plate_id number

The plate to which the pressure is applied. Identified by the plate ID.

axes "global" | "local"

The axes in which the distributed load will be applied.

x_mag number

Magnitude of pressure in the x-direction of the specified axes, in the units of the pressure property of the units object.

y_mag number

Magnitude of pressure in the y-direction of the specified axes, in the units of the pressure property of the units object.

z_mag number

Magnitude of pressure in the z-direction of the specified axes, in the units of the pressure property of the units object.

load_group number

The group to which this load belongs.

Source:

(static) idFromPlateId(plate_id)

Find a pressures's ID from the plate ID which it is located.

Parameters:
Name Type Description
plate_id number

The plate ID of the pressure to find.

Source: