Intersecting lines in 3d for networks

 From:  Michael Gibson
2852.2 In reply to 2852.1 
Hi Ella,

> You've said that constraints are a ways out, and
> I'm assuming that this would fall largely under
> that category,

Actually constraints would not likely cover what you are referring to here - they would normally be things like assigning (and being able to change) dimensions like the length of a line, or an angle of a 2D sketch.

What you're talking about here involves intersecting curves in 3D, it would probably fall under some kind of advanced history manipulation and not necessarily constraints.


> but being able to a) highlight intersection points,

Well, you can use Construct / Curve / Isect to generate point objects where curves intersect one another.

But also the Network command is able to take inputs where the curves do not intersect precisely, so just because an intersection is not found does not necessarily mean that you can't network it.


> b) define a curve as intersecting another and have it
> change to maintain that intersection as points on the curve
> are moved would mostly solve this.

Yeah this would most likely be some kind of advanced history type mechanism to set that up.

- Michael