add help docs and ?
This commit is contained in:
25
docs/nodes/Flip.md
Normal file
25
docs/nodes/Flip.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Flip
|
||||
|
||||
Reflect a DATA_FIELD across the X axis (top/bottom) or Y axis (left/right). Physical extents are preserved, and stored markup overlays are mirrored with the data.
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Type | Required | Description |
|
||||
|------|------|----------|-------------|
|
||||
| field | DATA_FIELD | Yes | Input field to flip |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| field | DATA_FIELD | Flipped field |
|
||||
|
||||
## Controls
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------|------|---------|-------------|
|
||||
| axis | dropdown | x | Flip axis: x flips top/bottom (vertical mirror), y flips left/right (horizontal mirror) |
|
||||
|
||||
## Limitations
|
||||
|
||||
- None.
|
||||
Reference in New Issue
Block a user