Skip to content
Snippets Groups Projects
Commit b3d00bae authored by Christoph Lehmann's avatar Christoph Lehmann Committed by GitHub
Browse files

Merge pull request #1370 from chleh/improve-docu

Started writing some docu.
parents cc4b9cce 377ee18f
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 16 deletions
In gml files geometries, i.e., points, polylines, and triangulated surfaces, are
defined.
These geometries can be used in project files, e.g., to set boundary conditions.
\ogs_missing_documentation
Contains point definitions.
\ogs_missing_documentation
ID of the point. It is used to reference this point in the definition of
surfaces or polylines.
\ogs_missing_documentation
Name of the point. It is used to reference the point in the project file.
\ogs_missing_documentation
x-coordinate of the point.
\ogs_missing_documentation
y-coordinate of the point.
\ogs_missing_documentation
z-coordinate of the point.
\ogs_missing_documentation
Defines a single point.
\ogs_missing_documentation
Contains polyline definitions.
\ogs_missing_documentation
ID of the polyline. Currently unused.
\ogs_missing_documentation
Name of the polyline. Used to reference it in the project file, i.e., for instance to set boundary conditions.
\ogs_missing_documentation
Defines a single polyline.
A polyline is a sequence of line segments, which is given here by a list of
points; two adjacent points define one line segment.
\ogs_missing_documentation
References a \ref ogs_file_param__gml__points__point "point".
The content of this tag is the respective \ref ogs_file_attr__gml__points__point__id "point ID".
\ogs_missing_documentation
Contains surface definitions.
\ogs_missing_documentation
ID of the surface. Currently unused.
\ogs_missing_documentation
The name of the surface. Used to reference it in the project file, i.e., for instance to set boundary conditions.
\ogs_missing_documentation
The first triangle point.
This attribute references a \ref ogs_file_attr__gml__points__point__id "point ID".
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment