MeshedPlates

MeshedPlates

new MeshedPlates()

Creates an instance of the SkyCiv MeshedPlates class.

Source:

Extends

Methods

(static) add(parent_plate, node_A, node_B, node_C, node_D, rotZ)

Create a meshed plate with the next available ID.

Parameters:
Name Type Description
parent_plate number

The ID of the plate which this meshed plate originated from. Must refer to a plate in the plates object.

node_A number

The first node of the meshed plate.

node_B number

The second node of the meshed plate.

node_C number

The third node of the meshed plate.

node_D number

The fourth node of the meshed plate. Set this to null if the meshed plate is triangular.

rotZ number

Rotation of this plate about the plate's local z-axis, in degrees.

Source:

(static) getMeshedPlateIdsFromNodesIds(node_A, node_B, node_C, node_D)

Get the IDs of all meshed plates by corner nodes.

Parameters:
Name Type Description
node_A number

The ID of Node A.

node_B number

The ID of Node B.

node_C number

The ID of Node C.

node_D number

The ID of Node D.

Source: