API Reference > OdExport Classes > TD_HOOPS_COMMON_EXPORT Namespace > Functions > TD_HOOPS_COMMON_EXPORT::HoopsExportEllipArc Function
TD_HOOPS_COMMON_EXPORT::HoopsExportEllipArc Function
Syntax
C++
void HoopsExportEllipArc(OdGeEllipArc3d ellipArc, bool bExportGeometryOnly = false, bool bSkipTransform = false);

HoopsCommon.h

Parameters 
Description 
OdGeEllipArc3d ellipArc 
[in] An ellipse 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 ellipse to hoops format. 

 

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