API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::getSubDividedVertices Method
OdDbSubDMesh::getSubDividedVertices Method
Syntax
C++
OdResult getSubDividedVertices(OdGePoint3dArray& vertexArray) const;
Parameters 
Description 
OdGePoint3dArray& vertexArray 
[out] Output array of the vertices.  

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

Retrieves the vertices for a smoothened mesh. 

 

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