Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
exportMeshToPrc Function
Syntax
C++
OdResult OD_TOOLKIT_EXPORT exportMeshToPrc(const TriangleInfoPtrArray & mesh, OdRxObject * pContext);

Export mesh into prc file (into context), prc file (from context) into stream, or both - depending on export params.

Parameters
Description
mesh
[in] An array with triangleInfo structs that represents the mesh.
pContext
[in] An output context (PRCExportContext) to write entity's data to.

eOk if the export is successfully done or an appropriate error code in the other case.

File: PrcExport.h

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