Michael Emo Posted May 14, 2007 Share Posted May 14, 2007 I've got some walls that are happily at 45 degrees to each other. Looking at the top view, I've applied to my rectangles: Convert to Editable Spline Extrude (6") Modifier Edit Mesh Modifier Now, I would like to join the walls perfectly at the intersecting points, but I can't figure out how to snap to that exact point. Sure I can get the geometry close just from 'eye-balling' but it's not perfect. Any ideas on this? What am I missing? I've tried all kinds of snap combos and nothing seems to snap to that intersect. Thanks! Link to comment Share on other sites More sharing options...
diegofer_9 Posted May 15, 2007 Share Posted May 15, 2007 those things used to puzzle me a lot until I gave up and decided to just re-draw as a spline and then extrude. I know...I should've kept investigating, but I just wasted too much time trying to figure out those things. If some has the answer, as dumb as it may be, please share it! Good luck, sorry I couldnt help! Link to comment Share on other sites More sharing options...
jsf Posted May 15, 2007 Share Posted May 15, 2007 Do a move/copy of the three walls that create the two corners as shown in your diagram. Do a boolean subtract that leaves the middle wall trimmed with the angles you have highlighted in red. Reposition the newly booleaned object to where it was orginally. Move vertices of your walls to where you want them and then delete the boolean object when finished. You are basically making a template shape and then discarding it so you have clean meshes to work with when you are done. Link to comment Share on other sites More sharing options...
Michael Emo Posted May 15, 2007 Author Share Posted May 15, 2007 Nice! Why couldn't I think of that? Great work-around. Thank you very much!!! Link to comment Share on other sites More sharing options...
patoufet Posted May 15, 2007 Share Posted May 15, 2007 Hi all First time posting here... My Solution.. After you convert your rectangle to edit spline, apply an edit mesh modifier, attach all the wall together and weld vertex. All you need now it's a shell modifier with the straighten corners option on Sorry for my poor english... Link to comment Share on other sites More sharing options...
marksee Posted May 15, 2007 Share Posted May 15, 2007 Trace it with a spline in 2.5 snap, attach them together and then in the spline modifier, trim them to one another. Now you have a place to snap to. Link to comment Share on other sites More sharing options...
batteryoperatedlettuce Posted May 16, 2007 Share Posted May 16, 2007 Trace it with a spline in 2.5 snap, attach them together and then in the spline modifier, trim them to one another. Now you have a place to snap to. That's exactly what I do if I need to find the point at which two lines intersect. Draw splines along the edges (in the case that the spines do not already have an intersection, i.e. they are too short, I scale them up at the spline sub-object level) and trim the end of one of the splines - doesn't matter which. You then have a vertex positioned at the intersection of the two lines. It's a bit convoluted, but it saves reopening autocad Link to comment Share on other sites More sharing options...
jsf Posted May 16, 2007 Share Posted May 16, 2007 Glad to read that was helpful. Link to comment Share on other sites More sharing options...
batteryoperatedlettuce Posted May 16, 2007 Share Posted May 16, 2007 no problem - and because I'm mildly drunk and no longer know what this thread is about - here's how to quickly select every other vertex in a spline: n = numknots $ knotArray = #() p = 1 for i=1 to n by 2 do ( knotArray[p] = i p += 1 ) setKnotSelection $ 1 knotArray keep:false Link to comment Share on other sites More sharing options...
marksee Posted May 16, 2007 Share Posted May 16, 2007 Not to beat a dead horse, but this is also helpful to find both edges - you can just "outline" the spline to find the other edge - but at that point, you might as well just use this spline and extrude it up. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now