API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdExporterIFCUtil Class > OdExporterIFCUtil Methods > OdExporterIFCUtil::setGlobal3DDirectionHandles Method
OdExporterIFCUtil::setGlobal3DDirectionHandles Method
Syntax
C++
static void setGlobal3DDirectionHandles(bool positive, OdDAIObjectId xDir, OdDAIObjectId yDir, OdDAIObjectId zDir);
Parameters 
Description 
bool positive 
[in] True if the handles returned should be in the positive direction, false if the handles should be in the negative direction.  
OdDAIObjectId xDir 
[in] X direction handle.  
OdDAIObjectId yDir 
[in] Y direction handle.  
OdDAIObjectId zDir 
[in] Z direction handle. 

Sets the handles representing the cardinal directions in 3D. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.