Data Structure: Geometry_section_line |
|
Description |
Defines data to split surfaces with a section line |
Usage |
Geometry_section_line NUM=ival where ival is the data structure number |
Description |
Overview Defines data to split surfaces by insertion of geometry lines along a path defined by a list of facets. The operation can be limited in scope by: •Optionally specifying the surfaces to be considered •Optional specifying the start and end locations via either coordinates, geometry points or nodes. •Eliminating short lines at the start or end of newly created line geometry
|
Coordinates List of coordinates defining faceted section line |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of coordinates defining faceted section line
|
Start_coordinates Coordinate of start location (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Coordinate of start location. This is optional and is only required if the start location does not coincide with the first coordinate in the list.
|
End_coordinates Coordinate of end location (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Coordinate of end location. This is optional and is only required if the end location does not coincide with the last coordinate in the list.
|
Start_point Geometry point defining the start of the section line (optional) |
Usage |
||||
|
||||
Description |
||||
Geometry point defining the start of the section line (optional).
|
End_point Geometry point defining the end of the section line (optional) |
Usage |
||||
|
||||
Description |
||||
Geometry point defining the end of the section line (optional).
|
Start_node Mesh node defining the start of the section line (optional) |
Usage |
||||
|
||||
Description |
||||
Mesh node defining the start of the section line (optional).
|
End_node Mesh node defining the end of the section line (optional) |
Usage |
||||
|
||||
Description |
||||
Mesh node defining the end of the section line (optional).
|
Units List of horizon names for section line operation (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of stratigraphy horizon names to be used for section line. This may also contain •"Surface_horizon" to indicate that the current top surface horizon should be considered •"All_horizons" to indicate that all horizons should be considered
|
Group_numbers List of element group numbers for section line operation (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of element groups by number to be used for section line
|
Groups List of element group names for section line operation (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of element groups by name to be used for section line
|
Surfaces List of surfaces for section line operation (optional) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of surfaces to be used for section line
|
Short_line_tolerance Tolerance for creating short lines (Optional) |
Usage |
||||
|
||||
Description |
||||
Tolerance for short line removal (Default 0.1 (10%) of the adjacent facet length)
|
Extension_tolerance Extension tolerance for creating line tips |
Usage |
||||
|
||||
Description |
||||
Extension tolerance for creating line tips (Default 0.05 (5%) of the adjacent facet length). If the tolerance is greater than zero the end of the line will be extended if that would lead to intersection with a surface boundary rather than forming a line tip internal to a surface.
|
Start_tolerance Start tolerance for creating start line tips |
Usage |
||||
|
||||
Description |
||||
Start tolerance for creating line tips (Default 0.05 (5%) of the adjacent facet length). If the tolerance is greater than zero the start of the line will be extended if that would lead to intersection with a surface boundary rather than forming a line tip internal to a surface.
|
Start_surface_check Check if the start surface is correct using projection |
Usage |
||||
|
||||
Description |
||||
Check if the start surface is correct using projection. Valid values are: • 0 - No surface check (default) • 1 - Surface check
|
Offset_type Offset model for line path if it does not coincide with the start location (Optional) |
Usage |
||||
|
||||
Description |
||||
Offset model for line path if it does not coincide with the start location. Valid values are: • 0 - No offset • 1 - Remove offset by relocating start location (default) • 2 - Remove offset by movement in X direction • 3 - Remove offset by movement in Y direction
|
Output_level Output level for information to the log file |
Usage |
||||
|
||||
Description |
||||
Output level for information to the log file. Valid values are: • 0 - No output • 1 - Summary output • 2 - Detailed output
|