API Reference > FacetModeler Namespace > Classes > Intersection Class > Intersection Methods > Intersection::lessParamB Method
Intersection::lessParamB Method
Syntax
C++
static inline bool lessParamB(const Intersection& rI1, const Intersection& rI2);
Parameters 
Description 
const Intersection& rI1 
[in] First intersection object to compare.  
const Intersection& rI2 
[in] Second intersection object to compare.  

true if parameter B in the 1st intersection object is less than parameter B in the 2nd intersection object, or false otherwise.

Checks whether parameter B in the 1st intersection object is less than parameter B in the 2nd intersection object. 

 

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