new Pressure(plate_id, axes, x_mag, y_mag, z_mag, load_group)
Creates an instance of the SkyCiv Pressure class.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
plate_id |
number |
The plate to which the pressure is applied. Identified by the plate ID. |
|
axes |
"global" | "local" | global |
The axes in which the distributed load will be applied. |
x_mag |
number | 0 |
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 | 0 |
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 | 0 |
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 | null |
The group to which this load belongs. |