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] Input array of vertex normals.  

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

Sets the array of vertex normals. 

 

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