Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbRasterImage::getVertices Method
Syntax
C++
virtual OdResult getVertices(OdGePoint3dArray& vertices) const;

Adds the frame vertices of this raster image entity to the specified array. 

 

Parameters
Description
vertices
[in/out] Receives the vertices of the image frame.

If isClipped(), these are the vertices of the clip boundary. 

If !isClipped(), these are the corners of the image.

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