Plate

Plate

new Plate(nodesopt, thickness, material_id, rotZ, type, offset, state, isMeshed)

Creates an instance of the SkyCiv Plate class.

Parameters:
Name Type Attributes Default Description
nodes Array.<number> <optional>

An array of node IDs that define the plate. At least 3 IDs are required.

thickness number

Plate thickness.

material_id number

The ID of the material to use for the plate.

rotZ number 0

Rotation about the z-axis.

type "auto" auto

Mindlin plates take into account shear deformations based on the Mindlin-Reissner Theory.

offset number 0

Offset of the plate along its local z-axis.

state "stress" | "strain" stress

Denotes whether the plate is in a state of plane stress or plane strain.

isMeshed boolean false

Indicates whether the plate is already meshed.

Source: