AutoCAD 2007/2008/2009 DWG Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Vertical lines in 3d space... How can I extend all of them up to a plane.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have multiple lines in 3d space... world X and Y coordinate of each of their ends are identical.... so they are perpendicular to the world X Y plane.
If I have 3 known points that define a plane (A) parallel to world XY - or for that matter non-parallel... How can I extend (or trim) the vertical lines to their intersection with that plane (A)?
Or can this be done with AutoCAD but without a custom program?
Solved! Go to Solution.
Re: Vertical lines in 3d space... How can I extend all of them up to a plane.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'll give you two ways.
The first way is to draw two lines to represent your plane. Then draw in your lines extending to anywhere.
Now, we'll use the intersection point of the line and plane as the first coordinate for whichever command we choose. If we want a line with its first point as that coordinate then use the line command, then when it asks for the first point type:
'cal
then type:
ilp(end,end,end,end,end)
then enter.
You now choose the end points of the line first (it doesn't show the snap icon, but it's working), then choose the three end points of lines for your plane. The line you're drawing will now start at the intersection point of line and plane.
However, I'd find it quicker to create a solid (box, perhaps) with the edge in the same position as the lines I want, then slice them using the 3 points of the plane. Then just draw over the appropriate edge.

