API Reference > Classes > Geometry Classes > OdBmUnifiedBitmapSchemaHelper Class > OdBmUnifiedBitmapSchemaHelper Methods > OdBmUnifiedBitmapSchemaHelper::getUVRepeat Method
OdBmUnifiedBitmapSchemaHelper::getUVRepeat Method
Syntax
C++
OdResult getUVRepeat(bool& u, bool& v) const;
Parameters 
Description 
bool& u 
[out] The output value of the flag for u.  
bool& v 
[out] The output value of the flag for v. remarks Repeat flag controls whether the image is tiled along U-axis and V-axis.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Returns the 'Repeat' flag state for each of 2 axes. 

 

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