Skip to main content

Slider (S)

Create a number slider in InF, mirroring the minimum, maximum, and rounding settings of a Grasshopper Number Slider. Expressions on the Grasshopper slider are not supported.

πŸ“Έ Component Screenshot​

Slider (S)

πŸ“‚ Component Location​

Tab: 1. Inputs

πŸ“ Description​

The Slider (S) component exposes a Grasshopper Number Slider inside the InForm interface. The slider inherits the original slider’s range and rounding, and the slider name becomes the title shown in InForm Use it to let users adjust numeric parameters interactively.

πŸ“ Example File​

πŸ”Œ Inputs​

Abbrev.Full NameTypeDescription
NSNumber SliderGH Number SliderA Grasshopper Number Slider. Its name becomes the slider title in InForm Min, max, and rounding are inherited automatically.
GNGroup NameTextName of the group this input belongs to. Inputs with the same Group Name are grouped together in InForm
DDescriptionTextA short description shown in the InForm info section.

πŸ”„ Outputs​

Abbrev.Full NameTypeDescriptionSuggested Connections
VValueNumberThe numeric value of the Grasshopper slider.Use to drive downstream components or modify numeric parameters in the script.
IInputNumberInput value used for InForm event handling.Connect to On Input Changed (OIC) in 6. Triggers