I’m dealing with a silly issue, usually unpredictable - why is CX component faulty in this scenario? Could it be an issue with size/dimensions? Model absolute tolerance is 0.001.
yes, tightening the tolerance in that case helps a bit, but still not for all curves. I suspect this is because the curves in those areas are very close to each other (about 0.002 units only)
thanks again, for trying - I’m doing a work-around where I must trim those regions against a closed brep, leaving me with pairs of curves (no longer closed) that I later reconnect to get my regions:
…that was just me being redundant, I already know I didn’t need to project them - my apologies if that’s misleading - CX fails regardless.
As stated not all the curves I have self-intersect, so the ones that do I want to trim at their self-intersection parameter (using shatter), as you would with any self-intersecting curve:
CX seems like a band-aide. The real question is why do they self-intersect in the first place? Can you show us what makes the curves, I’m sure they can just be generated is a way that doesn’t result in that.
thanks @anon39580149 - I agree, but I must keep the original curves (no fitting into new ones) plus I must stay ‘plug-in free’ (I’m just as stubborn as the CX )