API Reference > Classes > PRC Surface Classes > OdPrcSurface Class > OdPrcSurface Methods > OdPrcSurface::getOdGeSurface Method
OdPrcSurface::getOdGeSurface Method
Syntax
C++
OdResult getOdGeSurface(OdGeSurface*& pGeSurface, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGeSurface*& pGeSurface 
[out] A pointer to a surface object to store surface geometry data.  
const OdGeTol& tol = OdGeContext::gTol 
[in] A topological context.
 

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

Returns the current surface geometry data. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.