API Reference > Structs, Records, Enums > OdGeLoopCtx Structure
OdGeLoopCtx Structure
Syntax
C++
struct OdGeLoopCtx { enum LoopType { kLUndefined, kLOuter, kLInner }; OdArray< std::pair<const OdGeCurve2d*, bool> > m_arrCoedges; OdArray<const OdGeCurve3d* > m_arrEdges; bool m_bSrfDirection; OdGeSurface * m_pSurface; };

GeGbl.h

 
Name 
Description 
 
This is the overview for the OdGeLoopCtx constructor overload. 
 
Name 
Description 
 
This is m_arrCoedges, a member of class OdGeLoopCtx. 
 
This is m_arrEdges, a member of class OdGeLoopCtx. 
 
This is m_bSrfDirection, a member of class OdGeLoopCtx. 
 
This is m_pSurface, a member of class OdGeLoopCtx. 
 
Name 
Description 
 
This is record OdGeLoopCtx::LoopType. 
 
Name 
Description 
 
Determine loop type. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.