API / geotoolkit / welllog / widgets / tools / GhostToolEventArgs / GhostToolEventArgs
tools.GhostToolEventArgs.GhostToolEventArgs
Constructors
• new GhostToolEventArgs(selection, minDepth, maxDepth, track)
| Name | Type | Description |
|---|---|---|
selection | LogAbstractVisual[] | selected visuals |
minDepth | number | min depth |
maxDepth | number | max depth |
track | LogTrack | track to select |
Methods
▸ getClassName(): string
string
▸ getMaxDepth(): number
number
max selected depth
▸ getMinDepth(): number
number
min selected depth
▸ getSelection(): LogAbstractVisual[]
Return a selected nodes in the current track. (by default are all curve)
▸ getTrack(): LogTrack
track to select
▸ setSelection(selection): GhostToolEventArgs
Sets a selected area in the model coordinate
| Name | Type | Description |
|---|---|---|
selection | LogAbstractVisual[] | selected visuals |
this
▸ Static getClassName(): string
string