API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::setSubentMaterialMapper Method
OdModelerGeometry::setSubentMaterialMapper Method
Syntax
C++
virtual OdResult setSubentMaterialMapper(const OdDbSubentId & subentId, OdGeMatrix3d & mx, OdUInt8 & projection, OdUInt8 & tiling, OdUInt8 & autoTransform) = 0;
Parameters 
Description 
const OdDbSubentId & subentId 
[in] Subentity ID.  
OdGeMatrix3d & mx 
[in] 3D transformation matrix.  
OdUInt8 & projection 
[in] Projection type.  
OdUInt8 & tiling 
[in] Tiling options.  
OdUInt8 & autoTransform 
[in] Auto transform options.
 

eOk if successful or an appropriate error code otherwise.

Sets a material mapper for the specified subentity. 

 

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