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] An output array of normals.  

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

Retrieves an array of normals for vertices. 

 

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