Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcFile::getGeomExtents Method
Syntax
C++
OdResult getGeomExtents(OdGeExtents3d& extents) const;

Retrieves the current geometrical extents of the model.

Parameters
Description
extents
[out] A placeholder for the current geometry extents object to be returned to a calling subroutine.

eOk if the current extents were successfully returned; otherwise, the method returns an appropriate error code.

The method returns the model extents only if the model was created by calling the setGeomResource() method. The method accepts an instance of the OdGeExtents3d class, fills it with the data about the model's extents and returns it to a calling subroutine.

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