# StructuralSurfaceActionDistri

## Load panels, Load distribution

StructuralSurfaceActionDistribution object describes how surface load can be distributed to other members.

![](/files/79aDnPzQX57Xv2J9AW9c)

### Specification in the excel

| Name of the column header | Type of data |                              Value example or enum definition                              | Required value | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------- | ------------ | :----------------------------------------------------------------------------------------: | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                      | String       |                                             FL1                                            | yes            | Human readable unique name of the Arbitrary definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Type                      | Enum         |                     <p>Nodes</p><p>Edges</p><p>Beams and edges<br></p>                     | yes            | <p>Defines where the load should be distributed.</p><p><strong>Nodes</strong> - load is expected to be distributed to nodes of StructuralSurfaceActionDistribution</p><p><strong>Edges</strong> - load is expected to be distributed to edges of StructuralSurfaceActionDistribution</p><p><strong>Beams and edges</strong> - load is expected to be distributed to edges and specified beams of StructuralSurfaceActionDistribution<br></p>                                                                                                                                                                                                                  |
| Nodes                     | String       |                                    N81; N263; N659; N660                                   | yes            | All nodes that belongs to StructuralSurfaceActionDistribution member and defines its geometric shape. The names of the nodes are separated by ; (semicolon) and space.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Edges                     | String       | <p>Line; Line; Circular Arc; Line</p><p>or</p><p>Line;Spline-5;Line;Parabolic Arc;Line</p> | yes            | <p>Defines the shape of the curve between two next nodes (or more nodes depends on edge type). Supported strings are:</p><ul><li>Line</li><li>Circular Arc</li><li>Circle by 3 points</li><li>Circle and Point</li><li>Parabolic arc</li><li>Bezier</li><li>Spline-x</li></ul><p>Where "x" number of nodes defining the spline</p><p>The names are separated by ; (semicolon) and space. It possible to also define circle geometry by using "Circle and Point" or "Circle by 3 points". In case of "Circle and point" two nodes have to be defined, centre of the circle and a point on a circle. The circle defined by two points is always horizontal.</p> |
| Layer                     | String       |                                         Load panel                                         | no             | Custom created layer. The layer can thus comprise entities that have something in common (e.g. one floor, columns of one floor, columns of the same length, etc.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| LCS Type                  | Enum         |         <p>x by vector</p><p>y by vector</p><p>Tilt of vector defined by point</p>         | yes            | <p>Defines type of the local coordinate system of the StructuralSurfaceActionDistribution. Option “Tilt of vector defined by point” allows change of orientation of the LCS to one point. For this, you have to specify coordinates of the vector.</p><p>For further understanding see <a href="https://saf.guide/Content/1_Introduction.htm">Introduction</a></p>                                                                                                                                                                                                                                                                                            |
| Coordinate X \[m]         | Double       |                                              1                                             | yes            | Coordinate of the vector of the LCS in X direction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Coordinate Y \[m]         | Double       |                                              0                                             | yes            | Coordinate of the vector of the LCS in Y direction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Coordinate Z \[m]         | Double       |                                             1,2                                            | yes            | Coordinate of the vector of the LCS in Z direction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| LCS Rotation \[deg]       | Double       |                                            45.00                                           | yes            | <p>This value defines the rotation of local axes of the StructuralSurfaceActionDistribution member.</p><p>It is angle around Z axis (axis which is perpendicular to plane) and defines distribution angle.</p><p>Positive value = anti clock wise.</p>                                                                                                                                                                                                                                                                                                                                                                                                        |
| Distribution to           | Enum         |                     <p>One way - X</p><p>One way - Y</p><p>Two way</p>                     | yes            | <p>Defines how the load will be distributed.</p><p><strong>One way - X</strong> - Load will be distributed only to members parallel with X direction (X axis of LCS)</p><p><strong>One way - Y</strong> - Load will be distributed only to members parallel with Y direction (Y axis of LCS)</p><p><strong>Two way</strong> - Load will be distributed equally to both directions</p>                                                                                                                                                                                                                                                                         |
| Load applied to           | String       |                                      B1 ; B2 ; B3 ; B5                                     | no             | <p>Allows to define the subset of loaded <strong>beams</strong>.</p><p>Taken into account only if <strong>Type = Beams and edges</strong></p><p>If blank = all beams are loaded</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Id                        | String       |                            39f238a5-01d0-45cf-a2eb-958170fd4f39                            | no             | Unique attribute designation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |


---

# 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://gitbook.saf.guide/loads/structuralsurfaceactiondistribution-1.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.
