# 2D Elements (Area)

## Area Elements

Area elements are two dimensional elements, these can be meshed (Finite Elements) or larger definitions which will likely be meshed later on by an analysis program, for example the outline of a floor slab.

Depending on the structural analysis program you are using, area elements can also be specified as cladding elements or load panels which do not specifically carry any specific structural properties, and are purely used as load distribution elements.

Generally structural analysis programs will have there own meshing solver (which will generally provide a better result than rhino for meshing), therefore you generally only need to define the outer bounds of a panel and set the meshing options for the programs automatic meshing routines.

{% hint style="warning" %}
You need to make sure you understand how the program you are using deals with Area and panel elements.
{% endhint %}

## Working with Area Elements

Recent requests from users recently enabled for the GSA plugin have included orthotropic material generation, nomination of finite element shape acceptance criteria (warning, severe warning, all) and ability to nominate varying orientation and property assignments throughout extent of mesh.

#### Setting area element mesh options

#### Voids in Area Elements

### FE elements

## Area Element Utilities

### Mesh Convert Finite Elements

**`gg###MeshConvertFiniteElements`**

Most structural analysis programs will only work with planar area or panel elements, therefore if you are working with a heavily curved surface it may be worth meshing the structure prior to import into the particular analysis program.

Also if you have received an already meshed model from another source the mesh convert finite elements tools provides the ability to convert Mesh from Grasshopper (it could have been generated or imported into Rhino) into finite elements with ability to triangulate quad faces failing shape checks.

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/2d-elements-area.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
