API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getPlane Method
OdModelerGeometry::getPlane Method
Syntax
C++
virtual OdResult getPlane(OdGePlane& regionPlane) const = 0;
Parameters 
Description 
OdGePlane& regionPlane 
[out] Receives the region plane. 

Returns eOk if successful, or an appropriate error code if (bodyType() != kRegion).

Returns the plane of this ModelerGeometry object. 

 

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