create stratigraphic hierarchy
The create stratigraphic hierarchy module reads a pregeology file (.pgf) and allows the user to interactively build geologic surfaces based on the input file’s geologic surface intersections. This process is carried out visually in the EVS viewer using the module’s user interface. The surface hierarchy can be generated automatically for simple geology models or layer-by-layer for complex models. When the user is finished creating surfaces, the GMF file can be finalized and converted into a .GEO file.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Output | Geologic Legend Information | Geology Legend | Information required to properly label stratigraphic output or lithology within Legend. |
| Output | Output Objects | Renderable | A renderable object displaying the TIN surface and the pregeology data. |
Properties
| Property | Type | Description |
|---|---|---|
| Filename | File | The name of the pregeology file. |
| Z Scale | Double | The vertical exaggeration to be applied to the output object. |
| Existing GMF Filename | File | The name of an existing GMF. This file will be loaded and the surfaces added to the current hierarchy being created. |
| Current GMF Filename | File | The name of the current GMF being created. This file can be overwritten or appended to each time the Write Surface button is pressed. |
| Overwrite GMF File | Boolean | Causes the Current GMF file to be overwritten when the Write Layer button is selected. This toggle is on by default but automatically turned off when using an Existing GMF Filename, or after the Write Layer button is selected. |
| Preserve Bottom | Boolean | When selected, the places where the TIN has reached the bottom of a boring will not be dropped. |
| Samples | Boolean | Prevents or allows samples from being created or displayed. |
| Screens | Boolean | Prevents or allows screens from being created or displayed. |
| Well Labels | Boolean | Prevents or allows well labels from being created or displayed. |
| Sample Labels | Boolean | Prevents or allows sample labels from being created or displayed. |
Geologic Hierarchy Options
| Property | Type | Description |
|---|---|---|
| Current Material List | Choice | Shows every material that intersects the current surface. |
| Layer Thickness | Double | Controls the thickness of the current layer. Enabled when the Method is set to Layer Thickness. |
| Set To Max Thickness | Button | Forces the current Layer Thickness to its maximum extent. |
| Write Surface | Button | Writes the position of every boring in the TIN surface and the current selected material to the GMF file. |
| Undo Surface | Button | Removes the last surface from the file. |
| Finish Geology | Button | Converts the completed GMF file to a GEO file. |
| Cycle | Boolean | Causes the module to automatically generate layers using the set parameters until it reaches a stopping condition. |
Picked Data
| Property | Type | Description |
|---|---|---|
| Picked Boring | String | The currently selected boring. |
| Boring State | Choice: Normal, Locked, Preserved, To Be Dropped, Boring Dropped | Describes the action being taken on the currently picked boring. |
| Offset | Double | Applied to the current position of the picked boring allowing user control of a single point in the TIN. |
Group Select
| Property | Type | Description |
|---|---|---|
| Show Group Select Window | Boolean | Allows the user to select multiple borings at once and to change their state. |
| Zoom To Fit | Button | Resets the scaling for the group select window. |
| Set Group To Locked | Button | The borings contained within the drawn polyline will have the state changed to the Locked position. |
| Set Group To Normal | Button | The borings contained within the drawn polyline will have the state changed to the Normal position. |
| Erase Last Point | Button | The last point drawn in the selection polyline will be removed. |
| Clear All Points | Button | All points in the selection polyline will be removed. |
Sample Settings
| Property | Type | Description |
|---|---|---|
| Sphere Count Limit | Integer | The maximum number of spheres to create. If the number of samples exceeds this value, the module will generate colored tubes instead. |
| Maximum Sample Threshold | Integer | The maximum number of samples from the input file to allow. If the file contains more than this amount an error will occur. |
Glyph Settings
| Property | Type | Description |
|---|---|---|
| Glyph Size | Double | Used to scale the glyphs in all directions. The default is automatically computed based on input data. |
| Priority | Choice: Maximum, Minimum | Reverses the scaling so that the smallest sample values have the largest size. |
| Minimum Scale Factor | Double | Scales the sample values with the least priority. |
| Maximum Scale Factor | Double | Scales the sample values with the greatest priority. |
| Sphere Subdivisions | Integer | Defines how finely the sample spheres are rendered. Higher values mean smoother spheres but at a higher memory cost. |
Screen Settings
| Property | Type | Description |
|---|---|---|
| Display Screens As | Choice: Tubes, Wires | Controls how the well screens will be displayed. |
| Screen Ratio | Double | A percentage value that sets what proportion of the Glyph Size the tube size will be. |
| Screen Tube Resolution | Integer | Changes the number of divisions used to make each well screen tube. |
| Close Screen Tubes | Boolean | Places a disc inside the top and bottom of the tube for a more solid visualization. |
| Connect Screen Lines | Boolean | For non-vertical intervals, merges separate cell ends into a single seamless tube. |
Label Settings
| Property | Type | Description |
|---|---|---|
| Title | String | Sets the template the title labels are generated with. |
| Title Position | Choice: Top of Boring, Bottom of Boring, Top and Bottom | Allows the user to place the title label at the top or bottom of the boring. |
| Default Top | Choice: First Sample, Tube Top | If the ground elevation is not defined in file, sets the default to either the first sample or the Boring Tube Top value. |
| Tube Top | Double | Sets the top elevation for each tube. If specified in the file, the file value is used instead. |
| Features | String | Sets the template the feature labels are generated with. |
| Screen Labeling | Choice: At sample, At mid-interval | Specifies where each feature label will occur. |
| Label Type | Choice: Forward Facing Fonts, TrueType Fonts, Line Fonts | Selects between three font types for labels. |
| True Type Font Style | Font | Allows the user to alter the basic look of the TrueType font. |
| 3D Label Settings | Label Settings | Allows the user to align the labels to an appropriate view. |
| Forward Facing Style | Font | Allows the user to align forward-facing labels and alter the basic layout of the font. |
| Label Color | Color | Sets the color for every label. |
| Top Offset | Double | The title offset in the z direction. This can raise or lower your title. |
| Radial Offset | Double | Determines how far from the sample to place the label. |
| Label Angle | Double | Determines where in a circle around the sample to place the label. |
| Z Offset | Double | Added to the Z coordinate to raise or lower the labels in the Z direction. |
| Label Subsetting | Choice: None, Blank Labels, Boring Min/Max | Restricts the number of labels by using label blanking or by boring analytical value. |
| X Blank | Double | Creates a 3D box that will allow only the label at the highest or lowest value to be displayed inside (X dimension). |
| Y Blank | Double | Creates a 3D box that will allow only the label at the highest or lowest value to be displayed inside (Y dimension). |
| Z Blank | Double | Creates a 3D box that will allow only the label at the highest or lowest value to be displayed inside (Z dimension). |
| Favor Min Value | Boolean | Switches the blanking behavior to display the lowest value inside the box. |