unreal.SelectionByAttrOperation

class unreal.SelectionByAttrOperation

Bases: EnumBase

ESelection by Attr Operation

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionSelectionNodes.h

EQUAL: SelectionByAttrOperation = Ellipsis

Select faces which attribute value equal with specified value

Type:

0

GREATER: SelectionByAttrOperation = Ellipsis

Select faces which attribute value greater than specified value

Type:

2

GREATER_OR_EQUAL: SelectionByAttrOperation = Ellipsis

Select faces which attribute value greater or equal than specified value

Type:

3

MAXIMUM: SelectionByAttrOperation = Ellipsis

Select faces which attribute value greater than specified value

Type:

6

MINIMUM: SelectionByAttrOperation = Ellipsis

Select faces which attribute value greater than specified value

Type:

7

NOT_EQUAL: SelectionByAttrOperation = Ellipsis

Select faces which attribute value not equal with specified value

Type:

1

SMALLER: SelectionByAttrOperation = Ellipsis

Select faces which attribute value smaller than specified value

Type:

4

SMALLER_OR_EQUAL: SelectionByAttrOperation = Ellipsis

Select faces which attribute value greater than specified value

Type:

5