Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrEntity::getBoundBlock Method
Syntax
C++
OdBrErrorStatus getBoundBlock(OdGeBoundBlock3d& block) const;

Calculates the entity geometric bounds. 

 

Parameters
Description
block
[out] Model space bounding box as OdGeBoundBlock3d.
  • odbrNotImplementedYet — if the method is not implemented for the current modeler.
  • odbrUninitialisedObject — if the object is uninitialized.
  • odbrInvalidInput — if the calculation was unsuccessful.
  • odbrOK — if the calculation was successful.
Copyright © 2002-2022. Open Design Alliance All rights reserved.