API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::numOfEdges Method
OdDbSubDMesh::numOfEdges Method
Syntax
C++
OdResult numOfEdges(OdInt32& result) const;
Parameters 
Description 
OdInt32& result 
[out] Receives the number of edges for the base level. Receives 0 if the mesh hasn't been initialized yet.  

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

Retrieves the number of edges for the base level. 

 

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