Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
geoscene3d:application:editor_tools:grid_editor:pick_grid_nodes_tool [2020/01/30 17:49] – created rebecca130301_gmail.com | geoscene3d:application:editor_tools:grid_editor:pick_grid_nodes_tool [2020/03/20 16:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The Pick Grid Nodes Tool is used to select voxels surrounding a seed voxel selected by the user. The tool can be used on any 3D grid in the project if it has the same geometry as the 3D grid beeing edited. As an example the tool can be used to select voxels in a resistivity grid. The positions of the selected voxels are then used to set the lithology of voxels in another. | The Pick Grid Nodes Tool is used to select voxels surrounding a seed voxel selected by the user. The tool can be used on any 3D grid in the project if it has the same geometry as the 3D grid beeing edited. As an example the tool can be used to select voxels in a resistivity grid. The positions of the selected voxels are then used to set the lithology of voxels in another. | ||
- | ==== | + | ==== Settings ==== |
- | Settings | + | |
- | ** | + | **Mode ** \\ |
- | Mode ** \\ | + | __All:__ All voxels that meet the criteria are selected\\ |
- | __ | + | __Region |
- | All: __ | + | |
- | All voxels that meet the criteria are selected \\ | + | |
- | __ | + | |
- | Region | + | |
- | All voxels that meet the criteria and is connected to the seed voxel are selected. In other words the selected voxels are all members of the same volumen or body surrounding the seed voxel. | + | |
- | ** | + | **Region Grow Mode ** \\ |
- | Region Grow Mode ** \\ | + | This mode defines how well neighbouring voxels should be connected to be considered\\ |
- | This mode defines how well neighbouring voxels should be connected to be considered \\ | + | __Face:__ Voxels must have at least one common face. This is the default mode and is also the fastest.\\ |
- | Face: Voxels must have at least one common face. This is the default mode and is also the fastest. \\ | + | __Face, Edge:__ Voxels must have at least one common face // or // edge.\\ |
- | Face, Edge: Voxels must have at least one common face // | + | __Face, Edge, Corner:__ Voxels must have at least one common face //or //edge //or //corner. |
- | or // | + | |
- | edge. \\ | + | |
- | Face, Edge, Corner: Voxels must have at least one common face | + | |
- | or | + | |
- | edge | + | |
- | or | + | |
- | corner. | + | |
- | ** | + | **Use Profile Buffer ** \\ |
- | Use Profile Buffer ** \\ | + | |
Only voxels within the profile buffer is considered. | Only voxels within the profile buffer is considered. | ||
- | ==== | + | ==== Value Selection ==== |
- | Value Selection | + | |
- | ** | + | **Discrete Grids: ** \\ |
- | Discrete Grids: ** \\ | + | |
The selected value is simply shown. No further options are available. | The selected value is simply shown. No further options are available. | ||
- | ** | + | **Floating Point Grids: ** \\ |
- | Floating Point Grids: ** \\ | + | For floating point grids an interval surrounding the picked value must be defined\\ |
- | For floating point grids an interval surrounding the picked value must be defined \\ | + | __Picked |
- | Picked | + | __Max Value Limit:__ A value larger than the picked value.\\ |
- | Max Value Limit: A value larger than the picked value. \\ | + | __Min Value Limit:__ A value smaller than the picked value. |
- | Min Value Limit: A value smaller than the picked value. | + | |