MinMaxMode
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Defines whether the node should find the minimum or maximum value.
public enum MinMaxMode
Inheritance Object → ValueType → Enum → MinMaxMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Min | 0 | Find the object with the minimum value. |
| Max | 1 | Find the object with the maximum value. |