Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseHatchPE::getLoopAt Method (const OdRxObject*, int, OdArray<OdGeCurve2d*>&)
Syntax
C++
virtual void getLoopAt(const OdRxObject* pHatch, int loopIndex, OdArray<OdGeCurve2d*>& edgePtrs) const = 0;

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

 

Parameters
Description
pHatch
[in] A pointer to a hatch object.
loopIndex
[in] An index of a hatch loop.
edgePtrs
[out] A reference to an OdGeCurve2d object array to store information about the curves that form the loop.
Copyright © 2002-2022. Open Design Alliance All rights reserved.