geosoft.gxpy.geometry¶
Spatial geometric objects.
- Classes:
Geometry
:base class for all geometries
Point
:(x, y, z) point
Point2
:pair of
Point
instances that define a line, or box, etc.PPoint
:multiple
Point
instancesMesh
:mesh surface made up of triangular faces defined by verticies
Note
Regression tests provide usage examples: geometry tests
Functions
|
|
|
|
|
Return the spatial union of two spatial objects. |
|
Return the first found known coordinate system in the list |
Classes
|
Geometry base class for all geometries and spatial objects in Geosoft. |
|
Mesh - set of triangular faces, which are indexes into verticies. |
|
Poly-Point class. |
|
Spatial location (x,y,z). |
|
Two points, for a line, or a rectangle, or a cube. |
Exceptions
|
Exceptions from |