API Reference > OdDb Classes > OdDbSweepOptions Class > OdDbSweepOptions Methods > OdDbSweepOptions::getPathEntityTransform Method
OdDbSweepOptions::getPathEntityTransform Method
Syntax
C++
bool getPathEntityTransform(OdGeMatrix3d& mat) const;
Parameters 
Description 
OdGeMatrix3d& mat 
[in] A passed-in parameter for returning the transformation matrix of the path curve.
 

Returns true if the transformation matrix was successfully returned, otherwise returns false.

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

 

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