Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbRasterImage::getOrientation Method
Syntax
C++
virtual void getOrientation(OdGePoint3d& origin, OdGeVector3d& u, OdGeVector3d& v) const;

Returns the orientation and origin of this raster image entity. 

 

Parameters
Description
origin
[out] Receives the lower-left corner.
u
[out] Receives the vector defining the image direction and width.
v
[out] Receives the vector defining the direction of the height of the image.

These vectors define the outer edges of the raster image entity.

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