improve trimmed curve handling in both kernels

This commit is contained in:
Thomas Krijnen
2020-07-25 09:12:39 +02:00
parent badac24d6c
commit 63638a4d26
4 changed files with 21 additions and 7 deletions
@@ -862,7 +862,7 @@ bool OpenCascadeKernel::convert(const taxonomy::loop* loop, TopoDS_Wire& wire) {
std::wcout << o_str.c_str() << std::endl;
#endif
if (!segment->orientation) {
if (!segment->orientation_2.get_value_or(true)) {
segment_wire.Reverse();
}