API Reference > OdDb Classes > OdDbExtrudedSurface Class > OdDbExtrudedSurface Methods > OdDbExtrudedSurface::subTransformBy Method
OdDbExtrudedSurface::subTransformBy Method
Syntax
C++
virtual OdResult subTransformBy(const OdGeMatrix3d& xfm);
Parameters 
Description 
const OdGeMatrix3d& xfm 
[in] 3D transformation matrix.
 

eOk if successful or an appropriate error code otherwise.

Applies the specified 3D transformation matrix to this entity. Only available if transformation is uniform. 

 

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