Retrieves the current geometrical extents of the model.
Parameters
Parameters
Description
extents
[out] A placeholder for the current geometry extents object to be returned to a calling subroutine.
Returns
eOk if the current extents were successfully returned; otherwise, the method returns an appropriate error code.
Remarks
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.