The OdDbMPolygonNode class is used for representing the
tree of nodes for multi-polygons, where one node is one loop. The tree represents
multi-polygon nesting loops. Loops with counterclockwise direction must be placed on even (or zero) levels of the tree. Loops with
clockwise direction that represent holes must be placed on odd levels.
Below is an example of creating a multi-polygon with six nested loops.