Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSurface::convertToNurbSurface Method
Syntax
C++
virtual OdResult convertToNurbSurface(OdDbNurbSurfacePtrArray& nurbSurfaceArray);

Converts the surface to nurb surfaces. 

 

Parameters
Description
nurbSurfaceArray
[in] Array of generated nurb surfaces.

eOk if the converting operation was successfully finished or an appropriate error code otherwise.

Created nurb surfaces are not included in the database, so the caller must manage the memory occupied by nurb surface objects. 

This method is implemented for Spatial modeler only and returns the eNotImplementedYet status for other modelers.

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