Close

Relief for ODA Team in Ukraine

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

details Retrieves the current geometrical extents of the production object.

Parameters
Description
ext
[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 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.