API Reference > OdDbPointCloud Classes > OdDbPointCloudExProjItem Class > OdDbPointCloudExProjItem Methods > OdDbPointCloudExProjItem::hasNormals Method
OdDbPointCloudExProjItem::hasNormals Method
Syntax
C++
virtual OdInt8 hasNormals() const = 0;

1 if all scan items of the project item have kNormal property. 0 if at least one .scan item of the project item has kNormal property. -1 if no scan items of the project item have kNormal property.

Returns the value of the hasNormal flag which indicates whether the contained scan items have the kNormal property.

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