Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMText::getActualBoundingPoints Method
Syntax
C++
void getActualBoundingPoints(OdGePoint3dArray& boundingPoints, double dGapX = 0., double dGapY = 0.) const;

Returns the WCS actual bounding points of this MText entity. 

 

Parameters
Description
boundingPoints
[out] Receives the bounding points.
dGapX
[in] specifies gap aroung actual text in X direction.
dGapY
[in] specifies gap aroung actual text in Y direction.

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.