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.  

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

Checks if the body is equal to the specified body. 

 

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