Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
TriangleMergeUtil::IndexSegment::coincide Method
Syntax
C++
bool coincide(const IndexSegment& inputSegment, bool compareBothDirections) const;

Test whether a line segment coincides with this one (must be exactly the same start - end, or end - start) 

 

Parameters
Description
inputSegment
[in] Line segment to test for coincidence.
compareBothDirections
[in] Whether to check if the input segment is the reverse of this one.

True if coincide.

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