API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Structs, Records, Enums > TB_IFCEXPORT::loopNode Structure
TB_IFCEXPORT::loopNode Structure
Syntax
C++
struct loopNode { unsigned int nLoopIdx; OdArray<loopNode> innerLoops; };

TbIfcExtrusionData.h

Members 
Description 
unsigned int nLoopIdx; 
Index of the egde loop in face. 
OdArray<loopNode> innerLoops; 
Inner loops nodes for this egde loop. 

A node structure to create face loops nesting hierarchy.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.