Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::convertFrom Method
Syntax
C++
OdResult convertFrom(OdDbSurface* pSource, OdDb::DwgVersion version, bool transferId = true);

Creates a surface from a specified surface with conversion. 

 

Parameters
Description
pSource
[in] A pointer to the source surface.
version
[in] .dwg file version of the source surface.
transferId
[in] Indicates whether the Id of the source surface is transferred to the surface.

Returns eOk if successful or an appropriate error code in the other case.

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