API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getPerimeter Method
OdModelerGeometry::getPerimeter Method
Syntax
C++
virtual OdResult getPerimeter(double&) const = 0;
Parameters 
Description 
dRegionPerimeter 
[out] Reference to a double value to store the perimeter.
 

Returns eOk if the perimeter was successfully returned to the calling subroutine or an appropriate error code in the other case.

Returns the perimeter of this ModelerGeometry object.

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