Skip to content

GH_RuleOperator

Public Enum

Enumerate the possible ways rules can be strung together.

Namespace: Grasshopper.Kernel.Data

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public enum GH_RuleOperator

Members

Member name

Value

Description


Conjunction

0

Represents an and/also operator.


Disjunction

1

Represents an or/else operator.