Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbText::getBoundingPoints Method
Syntax
C++
void getBoundingPoints(OdGePoint3dArray& boundingPoints) const;

Returns the WCS bounding points of this Text entity. 

 

Parameters
Description
boundingPoints
[out] Receives the bounding points.

The points are returned as follows: 

 

Point
Corner
boundingPoints[0]
Top left
boundingPoints[1]
Top right
boundingPoints[2]
Bottom left
boundingPoints[3]
Bottom right
Copyright © 2002-2022. Open Design Alliance All rights reserved.