Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcSurface::createFromOdGeSurface Method
Syntax
C++
static OdResult createFromOdGeSurface(const OdGeSurface& geSurface, OdPrcSurfacePtr& pPrcSurface, const OdGeTol& tol = OdGeContext::gTol);

Creates new surface data from a OdGeSurface entity. 

 

Parameters
Description
geSurface
[in] OdGeSurface object reference to create from.
pPrcSurface
[in/out] Pointer object to which the result will be written.
tol
[in] Tolerance.

Returns eOk if surface data was successfully set or an appropriate error code in the other case.

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