new MeshedPlate(parent_plate, node_A, node_B, node_C, node_D, rotZ)
Creates an instance of the SkyCiv MeshedPlate class.
Parameters:
Name | Type | Default | 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 | null |
The fourth node of the meshed plate. Set this to null if the meshed plate is triangular. |
rotZ |
number | 0 |
Rotation of this plate about the plate's local z-axis, in degrees. |