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

eOk if successful or an appropriate error code otherwise.

Retrieves a material mapper for the specified subentity. 

 

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