API Reference > OdExport Classes > TD_HOOPS_COMMON_EXPORT Namespace > Functions > TD_HOOPS_COMMON_EXPORT::HoopsExportCircleArc Function
TD_HOOPS_COMMON_EXPORT::HoopsExportCircleArc Function
Syntax
C++
void HoopsExportCircleArc(OdGeCircArc3d circArc, bool bExportGeometryOnly = false, bool bSkipTransform = false);

HoopsCommon.h

Parameters 
Description 
OdGeCircArc3d circArc 
[in] An arc object to be exported.  
bool bExportGeometryOnly = false 
[in] A flag value that determines whether only geometry is exported (if true).  
bool bSkipTransform = false 
[in] A flag value that determines whether arc transformations shoud be skipped (if true) or not (if false). 

Exports a specified three-dimensional arc to hoops format. 

 

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