Data Structure: Geometry_set_separate |
|
Description |
Defines data to detach a list of lines to separate surfaces |
Usage |
Geometry_set_separate NUM=ival where ival is the data structure number |
Description |
Overview The Geometry_set_separate defines data to separate geometry by creating duplicate lines and points. 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
|
Fault_name 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
|
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_ftw and GeometrySetName_hgw if the split operation is associated with a fault •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
|