API Reference > OdBr Classes > OdBrEntity Class > OdBrEntity Methods > OdBrEntity::getBoundBlock Method
OdBrEntity::getBoundBlock Method
Syntax
C++
OdBrErrorStatus getBoundBlock(OdGeBoundBlock3d& block) const;
Parameters 
Description 
OdGeBoundBlock3d& 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;

void* getEntity() const; OdBrErrorStatus setEntity(void* pData, OdDbBaseFullSubentPath& subPath = *(OdDbBaseFullSubentPath*)NULL); 

 

  • details Calculates the entity geometric bounds.

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.