API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::setVertexNormalArray Method
OdDbSubDMesh::setVertexNormalArray Method
Syntax
C++
OdResult setVertexNormalArray(OdGeVector3dArray& arrNorm);
Parameters 
Description 
OdGeVector3dArray& arrNorm 
[in] An input array of vertex normals.  

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

Sets an array of vertex normals. 

 

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