API Reference > OdDb Classes > OdDbSweepOptions Class > OdDbSweepOptions Methods > setSweepEntityTransform Method > OdDbSweepOptions::setSweepEntityTransform Method (OdDbEntityPtrArray&, bool)
OdDbSweepOptions::setSweepEntityTransform Method (OdDbEntityPtrArray&, bool)
Syntax
C++
OdResult setSweepEntityTransform(OdDbEntityPtrArray& sweepEntities, bool displayErrorMessages = false);
Parameters 
Description 
OdDbEntityPtrArray& sweepEntities 
[out] Sweep entity geometry to be used for calculation of the sweep entity transformation matrix.  
bool displayErrorMessages = false 
[in] Indicates whether error messages are displayed. Default value is false.
 

Returns eOk if transformation was successfully done.

Sets the coordinate system transformation matrix to be applied to the sweep entity, using the sweep entity geometry for calculating the transformation matrix. 

 

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