Body::operator>=;
Returns whether or not this body is greater or equal than right operand.
bool operator>=; (
const Body& body
) const;
Parameters
- body
- Right operand of the >= operation.
Return value
True, if this body is greater than or equal to the right operand.
Description
This method compares this body to the body parameter. It can be used to make partial conversion. It helps to find the unchanged parts of the model.
Available from version: 12