API Reference > Classes > GeometryUtils Classes > OdBmCurveLoop Class > OdBmCurveLoop Methods > OdBmCurveLoop::isCCW Method
OdBmCurveLoop::isCCW Method
Syntax
C++
OdResult isCCW(const OdGeVector3d& normal, bool& bIsCounterclockwise) const;
Parameters 
Description 
const OdGeVector3d& normal 
[in] Input normal vector.  
bool& bIsCounterclockwise 
[in] Input param.
 

Returns eOk and flag of orientation if successful or an appropriate error code in the other case.

Determines if this CurveLoop is oriented counter-clockwise or clockwise.

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