Field Min & Max Node¶
The Field Min & Max calculates the minimum and maximum of a given field.
入力¶
- Value(値)
The values the minimum and maximum will be calculated from
- Group ID
An index used to group values together for multiple separate averages. This can be thought of as a choice of the "bin" in which to place each value. This input has no effect when it is only a single value.
Properties(プロパティ)¶
- Data Type(データタイプ)
- Float:
The node will average a Float field.
- Integer(整数):
The node will accumulate an Integer field.
- Vector(ベクトル):
The node will average a Vector field.
- Domain(ドメイン)
The attribute domain used for evaluate the Value input.
Output(出力)¶
- Min(最小)
The lowest value in each group.
- Max(最大)
The highest value in each group.