API Reference > FacetModeler Namespace > Classes > Body Class > Body Operators > Body::!= Operator
Body::!= Operator
Syntax
C++
bool operator !=(const Body& aBody) const;
Parameters 
Description 
const Body& aBody 
[in] Body to compare with.  

true if at least one vertex does not match with the other body, or false otherwise.

Checks if the body is not equal to the specified body. 

 

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