Data Structure: Geometry_mesh_separate |
|
Description |
Defines data to detach a list of lines to separate surfaces |
Usage |
Geometry_mesh_separate NUM=ival where ival is the data structure number |
Description |
Overview The Geometry_mesh_separate defines data to separate geometry by creating duplicate lines and surfaces. This operation may be needed for example when defining a fault through contact lines/surfaces (each of the fault blocs must have their own contact lines/surfaces). The operation can be limited in scope by: •Optionally specifying the lines to be considered
|
Geometry_set Name of the geometry set to be split |
Usage |
||||
|
||||
Description |
||||
Name of the geometry set to be split. The geometry set should contain a list of lines (2-D) or a list of surfaces in 3-D
|
Geometry_sets List of geometry sets by name to be split |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of geometry sets to be split. Each geometry set should contain a list of lines (2-D) or a list of surfaces in 3-D
|
Fault_names Name of the fault associated with the split geometry |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Name of the fault associated with the split geometry. This is optional but required if specific fault based operations are required
|
Fault_flag Flag indicating that fault sets should be generated |
Usage |
||||
|
||||
Description |
||||
Flag indicating that fault sets should be generated. Valid values are: • 0 - No fault set generation (default unless Fault_names specified) • 1 - Generate fault sets (default if Fault_names specified)
Notes •If Fault_flag is specified without specifying Fault_names then the fault set names will be defined as the geometry set names
|
Contact_set Name of the contact set associated with the split geometry |
Usage |
||||
|
||||
Description |
||||
Name of the contact set associated with the split geometry. If this is specified then the split surfaces will be added to the contact set
|
New_set_names Names of the two new geometry sets after the split operation |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Names of the two new geometry sets after the split operation. If not specified the default names are: • •GeometrySetName_1 and GeometrySetName_2 if the split operation is not associated with a fault where GeometrySetName is the original geometry set name before the separation ( Geometry_set )
|
Output_level Output level |
Usage |
||||
|
||||
Description |
||||
Defines the level of information to be output to the log file (default 1). Increasing the output level provides more information during the geometry set separation operation • 0 - No output • 1 - Output summary • 2 - Output detailed info
|