Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmCylSurf::getGeSurface Method
Syntax
C++
OdResult getGeSurface(OdGeSurface* & pSurface, const OdGeTol& tol = OdGeContext::gTol) const;

Converts the cylinder surface object to an OdGeSurface object. 

 

Parameters
Description
pSurface
[out] A raw pointer to an OdGeSurface object to be returned to a calling subroutine.
tol
[in] A tolerance value.

eOk if the cylinder surface was successfully converted to an OdGeSurface object; otherwise, the method returns an appropriate error code.

The method fills the passed OdGeSurface object and returns it to a calling subroutine.

Copyright © 2002-2022. Open Design Alliance All rights reserved.