Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb3dSolid::setSubentMaterialMapper Method
Syntax
C++
virtual OdResult setSubentMaterialMapper(const OdDbSubentId & subentId, const OdGiMapper& mapper);

Sets an explicit material mapper for the specified subentity. 

 

Parameters
Description
subentId
[in] Subentity ID.
mapper
[in] Pointer to an OdGiMapper object.

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

To remove the current material mapper assignment, set the map parameter value to NULL.

Copyright © 2002-2022. Open Design Alliance All rights reserved.