API Reference > OdDb Classes > OdDbSweepOptions Class > OdDbSweepOptions Methods > setPathEntityTransform Method > OdDbSweepOptions::setPathEntityTransform Method (OdDbEntity *, bool)
OdDbSweepOptions::setPathEntityTransform Method (OdDbEntity *, bool)
Syntax
C++
OdResult setPathEntityTransform(OdDbEntity * pPathEnt, bool displayErrorMessages = false);
Parameters 
Description 
OdDbEntity * pPathEnt 
[in] A pointer to the new transformation matrix to be applied.  
bool displayErrorMessages = false 
[in] Indicates whether error messages are displayed. Default value is false. 

Sets the transformation associated with the start and end of the path curve. 

 

Before calling the method, setSweepEntityTranform() method must be called.

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