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

[Doc] documented the gml file

parent 2f54e5f1
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 19 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".
\ogs_missing_documentation The second triangle point.
This attribute references a \ref ogs_file_attr__gml__points__point__id "point ID".
\ogs_missing_documentation The third triangle point.
This attribute references a \ref ogs_file_attr__gml__points__point__id "point ID".
\ogs_missing_documentation Defines a triangle by its three points.
The face normal of the triangle is determined such that the points are
located counter-clockwise around it (right-hand rule).
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