Breadcrumbs

Recursion management - Zone inside a zone

 

NodeDefinitions have an allowRecursivity property in the AdvancedConfig that allows you to define that a Node can be created within a Node of the same NodeDefinition.

An example of using recursion is creating zones in a zone.

 

In the below example a NodeDefinition Zone has an isln relation with a NodeDefinition Floor. The allowRecursivity property has been enabled for the NodeDefinition Zone.

image2018-2-9 12:58:54.png              image2018-7-18 15:21:9.png  

 

 

It is thus possible to create zones within a zone in the NodeCreator.

image2018-7-18 15:22:16.png