Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeUvBox::contains Method (const OdGePoint2d&)
Syntax
C++
bool contains(const OdGePoint2d& uvpoint) const;

Determines whether coordinates of passed 2D point are inside corresponding intervals. 

 

Parameters
Description
uvpoint
[in] A 2D point, coordinates of which are tested to be inside corresponding intervals of this UV box.

Returns true only if: (uvpoint.x lies between u.lowerBound and u.upperBound) && (uvpoint.y lies between v.lowerBound and v.upperBound).

Copyright © 2002-2022. Open Design Alliance All rights reserved.