API Reference > OdExport Classes > TD_HOOPS_COMMON_EXPORT Namespace > Functions > TD_HOOPS_COMMON_EXPORT::HoopsExportPolygon Function
TD_HOOPS_COMMON_EXPORT::HoopsExportPolygon Function
Syntax
C++
HC_KEY HoopsExportPolygon(OdInt32 numPoints, HoopsPoint* pPointArr);

HoopsCommon.h

Parameters 
Description 
OdInt32 numPoints 
[in] A quantity of vertices in a polygon.  
HoopsPoint* pPointArr 
[in] An array of the polygon's vertices.
 

Returns the hoops object key of the exported polygon.

Exports a specified polygon to hoops format. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.