Your explanation solves the “mystery” why one case is working and other is not in my tests…
but using the keyboard as selection modifier is not what I had in mind. ( I have read that in forum already somewhere )
Idea was to click and select the subcurve directly.
I have managed to make a “workaround” in the meanwhile:
I used python GetCurveObject to receive both curve and the selection point, then I exploded the copy of the curve and found which curve segment is the closest to the selection point…
it works as intended but there is no subcurve highlighting while making a selection…
I’m now in process of ‘translating’ the procedure into python rhinocommon so I can deal with the curve geometry and not with curve objects
I’m curious if there is some other, more user friendly “workaround” that would include also subcurve highlighting while picking?
Conduits are something I did not try yet. but obviously powerful “concept”.
I have read some other topics here regarding conduits, -a lot of possible applications. I will look into it as soon as I get some free time…