61// IN: triangleIndicies - array of triangle indices. should look as follows: 3, 1-st point index, 2-nd point index, 3-d point index, etc.
62// OUT: loops - array of loops; each loop is array of indicies of points that describe continious loop of the shell (shells) described by triangle mesh in triangleIndicies
63// OUT: isClosed - bool array that describes whether corresponding loop is closed or not
64// RET: bool - returns false if failed to generate any loop