API Reference > OdDbRoot Classes > OdDbBaseHatchPE Class > OdDbBaseHatchPE Methods > getLoopAt Method > OdDbBaseHatchPE::getLoopAt Method (OdRxObject*, int, OdArray<OdGeCurve2d*>&)
OdDbBaseHatchPE::getLoopAt Method (OdRxObject*, int, OdArray<OdGeCurve2d*>&)
Syntax
C++
virtual void getLoopAt(const OdRxObject* pHatch, int loopIndex, OdArray<OdGeCurve2d*>& edgePtrs) const = 0;
Parameters 
Description 
const OdRxObject* pHatch 
[in] A pointer to a hatch object.  
int loopIndex 
[in] An index of a hatch loop.  
OdArray<OdGeCurve2d*>& edgePtrs 
[out] A reference to an OdGeCurve2d object array to store information about the curves that form the loop. 

Returns curves of a loop, determined by its index, in a specified hatch. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.