API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::getVertexNormalArray Method
OdDbSubDMesh::getVertexNormalArray Method
Syntax
C++
OdResult getVertexNormalArray(OdGeVector3dArray& arrNorm);
Parameters 
Description 
OdGeVector3dArray& arrNorm 
[out] Receives an array of normals.  

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

Retrieves the array of the normals for vertices. 

 

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