API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::transformSubentPathsBy Method
OdDbSubentityOverrule::transformSubentPathsBy Method
Syntax
C++
virtual OdResult transformSubentPathsBy(OdDbEntity* pSubject, const OdDbFullSubentPathArray& paths, const OdGeMatrix3d& xform);
Parameters 
Description 
OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPathArray& paths 
[in] An array of full subentity path objects identifying the subentities to be transformed.  
const OdGeMatrix3d& xform 
[in] A transformation matrix to be applied to each subentity. 

Overrules OdDbEntity::subTransformSubentPathsBy() method and calls it in the default implementation. This method returns eOk if successful. 

 

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