geosoft.gxpy.vox_display¶
Geosoft vox display handling, which manages the rendering of a geosoft.gxpy.vox.Vox
in a 3d view.
- Classes:
VoxDisplay
:3D visualization of a vox, which can be placed
geosoft.gxpy.view.View_3d
- Constants:
- ZONE_DEFAULT:
0
- ZONE_LINEAR:
1
- ZONE_NORMAL:
2
- ZONE_EQUALAREA:
3
- ZONE_SHADE:
4
- ZONE_LOGLINEAR:
5
- ZONE_LAST:
6
- RENDER_FILL:
0
- RENDER_EDGE:
1
- RENDER_FILL_EDGE:
2
- RENDER_SMOOTH:
3
See also
geosoft.gxpy.vox.Vox
, geosoft.gxpy.view.View_3d
, geosoft.gxapi.GXVOXD
Note
Regression tests provide usage examples: vox_display tests
New in version 9.3.1.
Functions
|
Classes
|
Creation and handling of vox displays. |
Exceptions
|
Exceptions from |