API Reference > OdDAI Namespace > Classes > Logical Class > Logical Operators > Logical::|| Operator
Logical::|| Operator
Syntax
C++
Logical operator ||(const Logical & other);
Parameters 
Description 
const Logical & other 
[in] Another Logical object (right-handed operand of the "OR" operation).  

The resulted Logical object.

A union ("OR") operator for the Logical data type.

Implementation according to the ISO 10303-11, 12.4.3.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.