Attribute Clamp¶
This node inputs one attribute and clamps the values and writes these to the result attribute.
入力¶
- Geometry(ジオメトリ)
標準のジオメトリ入力です。
- Attribute(属性)
Name of the attribute that is to be clamped.
- Result(結果)
Name of the attribute where the computed result it stored. If an attribute with this name does not exist yet, a new attribute is added. If it does exist, the values of the attribute are overridden.
- Min(最小)
Minimum value. This socket changes according to data type selected.
- Max(最大)
Maximum value. This socket changes according to data type selected.
Properties(プロパティ)¶
- Data Type(データタイプ)
This determines the data type of the result attribute. This also changes the Min and Max inputs to match the data type.
- Operation(処理)
This determines how the data is clamped.
- Min Max (最小最大)
Constrain value between min and max.
- Range (範囲)
Constrain value between min and max, swapping inputs when min is greater than max.
Output(出力)¶
- Geometry(ジオメトリ)
標準のジオメトリ出力です。