Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/annexes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

For release notes go to [Release Notes](release-notes.md). All the other (smaller) changes are documented here. This includes especially changes in wording and visuals. Improvements in the specification documented in changelog are not changing the functionality or compatibility of SAF. These changes only improve the understandability of SAF documentation.



## 30.3.2023 Small description update
* Extending notes in [StructuralSurfaceMember](../structural-analysis-elements/structuralsurfacemember.md) nad [StructuralSurfaceMemberRegion](../structural-analysis-elements/structuralsurfacememberregion.md)

## 27.2.2023 SAF implementation update
* NextFEM now supports SAF 2.2.0 and two new objects

Expand Down
5 changes: 5 additions & 0 deletions docs/structural-analysis-elements/structuralsurfacemember.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ The geometry of a 2D member is defined by nodes ([StructuralPointConnection](str
>![](../.gitbook/assets/14\_structuralsurfacemember3.png)
>
>![](../.gitbook/assets/14\_structuralsurfacemember4.png)


>The edges of one surface cannot touch nor cross each other. When necessary, create two or more 2D members instead.
>
>![](../.gitbook/assets/15_opening-touch.png)
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Instances of StructuralSurfaceMemberOpening describe openings in face members ([

## Notes

>The edges of one opening can't touch nor cross each other. When necessary, create two or more openings instead.
>The edges of one opening cannot touch nor cross each other. When necessary, create two or more openings instead.
>
>![](../.gitbook/assets/15_opening-touch.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ This object defines particular areas of the [StructuralSurfaceMember](structural
>```{image} ../.gitbook/assets/16\_structuralsurfacememberregion2.png
>:width: 1000px
>```

>The edges of one region cannot touch nor cross each other. When necessary, create two or more 2D regions instead.
>
>![](../.gitbook/assets/15_opening-touch.png)