# Element2D Parameter
WARNING
GSA-Grasshopper plugin [GsaGH] is pre-release and under active development, including further testing to be undertaken. It is provided "as-is" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using GsaGH should not be relied upon without thorough and independent checking.
Icon |
---|
# Description
Elements in GSA are geometrical objects used for Analysis. Elements must be split at intersections with other elements to connect to them or 'node out'.
In GsaGH, an Element2D
is a collection of 2D Elements (mesh faces) used for the FE analysis. In GSA a 2D Element is just a single face, but to speed things up inside Rhino (mainly for display reasons) we have made the Element2D parameter a mesh that can contain more than one face.
# GSA Reference
# Properties
Icon | Name | Description |
---|---|---|
IDs | List of GSA Element Numbers (default = 0 ). The values will automatically be set when assembling a Model, but you can override this by setting them to anything but zero. | |
Mesh | Elements' geometrical definition represented by a Grasshopper Mesh . | |
2D Property | List of 2D Propertys (also known as PA in GSA). | |
Type | List of Element Types; Tri3 , Tri6 , Quad4 or Quad8 depending on the mesh face definition. | |
Offset | List of Element Offsets. | |
Group | List of Element Group numbers. | |
Name | List of Element Names. | |
Colour | List of Element Colours. | |
Dummy | List of Element Dummy status. |