MeshGraph | G | The MGraph object used to perform graph split | MGraph |
RootFaces | R | The index of mesh faces where clusters will start to grow | Integer |
ConsumeInterval | cI | Edges with weight inside this interval will be considered for consumption each cluster can have its own interval | Domain |
ExploreInterval | eI | Edges with weight inside this interval will be considered for exploration each cluster can have its own interval | Domain |
Behavior | b | Each agent can have a behavior between explore and consume. False = explore, True = Consume. The pattern repeats itself | Boolean |
ShowIteration | I | View a certain iteration from the agent growth | Integer |