API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::numOfSubDividedFacesAt Method
OdDbSubDMesh::numOfSubDividedFacesAt Method
Syntax
C++
OdResult numOfSubDividedFacesAt(const OdDbFullSubentPathArray& subentPaths, OdInt32& result) const;
Parameters 
Description 
const OdDbFullSubentPathArray& subentPaths 
[out] Array of faces.  
OdInt32& result 
[out] Output number of faces.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Retrieves the number of smooth faces for given base mesh faces. 

 

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