Deconstructs a material providing access to elastic properties. Only outputs properties that are common to all materials.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Material | ElasticMaterial | The material to deconstruct. | No |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Name | System.String | The name of the material |
| 2 | GUID | System.String | The unique GUID |
| 3 | Type | System.String | The type of material. |
| 4 | Density | System.Double | The weight density of the material, in the display unit system. |
| 5 | E1 | System.Double | The elastic modulus along the local 1-axis, in the display unit system. |
| 6 | E2 | System.Double | The elastic modulus along the local 2-axis, in the display unit system. |
| 7 | E3 | System.Double | The elastic modulus along the local 3-axis, in the display unit system. |
| 8 | Nu12 | System.Double | The Poisson ratio corresponding to a contraction in the 2-direction due to an extension in the 1-direction. |
| 9 | Nu21 | System.Double | The Poisson ratio corresponding to a contraction in the 1-direction due to an extension in the 2-direction. |
| 10 | Nu13 | System.Double | The Poisson ratio corresponding to a contraction in the 3-direction due to an extension in the 1-direction. |
| 11 | Nu31 | System.Double | The Poisson ratio corresponding to a contraction in the 1-direction due to an extension in the 3-direction. |
| 12 | Nu23 | System.Double | The Poisson ratio corresponding to a contraction in the 3-direction due to an extension in the 2-direction. |
| 13 | Nu32 | System.Double | The Poisson ratio corresponding to a contraction in the 2-direction due to an extension in the 3-direction. |
| 14 | G12 | System.Double | The shear modulus for shear acting on the 1-face in the 2-direction, in the display unit system. |
| 15 | G13 | System.Double | The shear modulus for shear acting on the 1-face in the 3-direction, in the display unit system. |
| 16 | G23 | System.Double | The shear modulus for shear acting on the 2-face in the 3-direction, in the display unit system. |
| 17 | A1 | System.Double | The thermal coefficient in the local 1-direction. |
| 18 | A2 | System.Double | The thermal coefficient in the local 2-direction. |
| 19 | A3 | System.Double | The thermal coefficient in the local 3-direction. |
| 20 | Spec Grav | System.Double | The specific gravity. |
