🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

Number Range

With this block, you can create data specifying range values between specified limits.

Number Range Node Documentation

The Number Range node in AugeLab Studio allows you to define a range of numbers using sliders. You can set the minimum and maximum values of the range by adjusting the sliders.

Node Overview

The Number Range node provides two sliders: one for the minimum value and one for the maximum value. By adjusting the sliders, you can define a range of numbers. The node outputs the selected number range, which can be used as input for other nodes in your workflow.

Node Interaction

  1. 1.
    Drag and drop the Number Range node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Adjust the sliders to set the minimum and maximum values of the number range.
  3. 3.
    The node will automatically evaluate and output the selected number range.

Input and Output Sockets

  • Input Sockets:
    • Minimum: The minimum value of the number range. Connect another node's output socket to dynamically set the minimum value.
    • Maximum: The maximum value of the number range. Connect another node's output socket to dynamically set the maximum value.
  • Output Sockets:
    • Range: The selected number range.

Implementation Details

The Number Range node follows these steps to determine the output range:
  1. 1.
    Sliders: It provides two sliders that represent the minimum and maximum values of the number range.
  2. 2.
    Slider Adjustment: By adjusting the sliders, you can set the minimum and maximum values of the number range.
  3. 3.
    Output Range: It outputs the selected number range based on the positions of the sliders.

Usage

  1. 1.
    Drag and drop the Number Range node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Adjust the sliders to set the minimum and maximum values of the number range.
  3. 3.
    The node will automatically evaluate and output the selected number range.
  4. 4.
    Connect the output of the Number Range node to other nodes in your workflow that require a number range as input.

Notes

  • The Number Range node allows you to define a range of numbers using sliders.
  • Adjust the sliders to set the minimum and maximum values of the number range.
  • The selected number range is output as a pair of numbers.
  • Connect the output of the Number Range node to other nodes that require a number range as input.
  • Combine the Number Range node with other nodes to perform operations or filtering based on the selected number range.
  • The Number Range node is useful for setting thresholds, defining ranges of values, or specifying constraints in your workflow.
  • Leverage the interactive nature of AugeLab Studio to experiment with different number ranges and observe the impact on your workflow.