API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::transformFaces Method
OdModelerGeometry::transformFaces Method
Syntax
C++
virtual OdResult transformFaces(const OdArray<OdDbSubentId *> & faceSubentIds, const OdGeMatrix3d & matrix) = 0;
Parameters 
Description 
const OdArray<OdDbSubentId *> & faceSubentIds 
[in] Array of faces' subentity IDs. Faces with specified IDs will be transformed.  
const OdGeMatrix3d & matrix 
[in] Transformation matrix to be applied to the specified faces.
 

Returns eOk if successful or an appropriate error code in other case.

Transforms the specified faces of a ModelerGeometry object by applying the transformation matrix for rotation and (or) moving the faces. 

 

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