AGSi Standard / Geometry¶
agsiGeometryVolFromSurfaces¶
Object description¶
An agsiGeometryVolFromSurfaces object defines an element as the volumetric element (solid) between top and/or bottom surfaces. This is a linking object between model element and the source geometry for the surfaces, which will normally be agsiGeometryFromFile objects. Refer to Geometry rules and conventions for full details of how the volume should be interpreted.
The parent object of agsiGeometryVolFromSurfaces is agsiGeometry
agsiGeometryVolFromSurfaces has associations (reference links) with the following objects:
agsiGeometryVolFromSurfaces has the following attributes:
Attributes¶
geometryID¶
Identifier that will be referenced by Model and Geometry objects as required. All identifiers used within the agsiGeometry group shall be unique. Use of UUIDs for identifiers is recommended for large datasets.
Type: string (identifier)
Condition: Required
Example: GeologyGCC
description¶
Short description of geometry defined here
Type: string
Example: Gotham City Clay
topGeometryID¶
Identifies the geometry for top surface, linking to an agsiGeometryFromFile or agsiGeometryPlane object. Definition of both top and bottom surfaces is recommended to minimise the risk of error. Refer to Geometry rules and conventions for further details.
Type: string (reference to geometryID for an agsiGeometryFromFile or agsiGeometryPlane object)
Condition: Required if bottomGeometryID not used
Example: GeologyGCCTop
bottomGeometryID¶
Identifies the geometry for bottom surface, linking to an agsiGeometryFromFile or agsiGeometryPlane object. Definition of both top and bottom surfaces is recommended to minimise the risk of error. Refer to Geometry rules and conventions for further details.
Type: string (reference to geometryID for an agsiGeometryFromFile or agsiGeometryPlane object)
Condition: Required if topGeometryID not used
Example: GeologyGCCBase
remarks¶
Additional remarks, if required
Type: string
Example: Some remarks if required